Commit Graph

528 Commits

Author SHA1 Message Date
Joe Orton
e15c6ca077 Fix another case of a broken stream->fd cast in 64-bit builds. 2008-04-04 12:58:32 +00:00
Dmitry Stogov
76faa5ff6b Fixed SIGSEGV because of access to uninitialized data 2008-03-04 12:47:36 +00:00
Felipe Pena
a1e8d340c3 New macro for check void parameters 2008-02-28 14:16:25 +00:00
Rasmus Lerdorf
ce9bce1fa7 Missing footer comment 2008-02-22 05:05:50 +00:00
Antony Dovgal
82df944f6a more cosmetics 2008-02-15 09:35:47 +00:00
Dmitry Stogov
21205c0ca0 Fixed bug #43507 (SOAPFault HTTP Status 500 - would like to be able to set the HTTP Status) 2008-02-15 06:51:41 +00:00
Dmitry Stogov
d7e75fd692 Fixed wrong type cast 2008-01-16 06:15:19 +00:00
Dmitry Stogov
b4573d5531 Fixed broken soap.wsdl_cache_enabled 2008-01-09 16:46:06 +00:00
Dmitry Stogov
54ab73bf2e Remplemented support for SplArray using Traversable interface. 2008-01-09 13:50:17 +00:00
Nuno Lopes
1dc0e94e0f MFB: remove unused PHP_EXTNAME_API macros.
#in preparation for the gcc 4 visibility patch
2008-01-03 16:18:29 +00:00
Sebastian Bergmann
9b620d50b4 Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
Dmitry Stogov
eb572d0093 Added ability to use SplArrays instead of plain arrays in ext/soap. (Joshua Reese, Dmitry) 2007-12-27 13:10:32 +00:00
Dmitry Stogov
86eaf4bd1e Fixed bug #42952 (soap cache file is created with insecure permissions) 2007-11-23 10:02:53 +00:00
Etienne Kneuss
4faad51ab1 Fix typos 2007-11-13 23:37:09 +00:00
Dmitry Stogov
d96b6fe0c1 Fixed bug #42692 (Procedure 'int1' not present with doc/lit SoapServer) 2007-11-13 15:10:28 +00:00
Ilia Alshanetsky
071077e6b0 MFB: Fixed parse error described in bug #43228 2007-11-11 13:38:35 +00:00
Dmitry Stogov
7f3a7f75bc Another fix for bug #42773 2007-11-01 15:43:17 +00:00
Dmitry Stogov
363966b459 Fixed bug #41635 (SoapServer and zlib.output_compression with FastCGI result in major slowdown) 2007-11-01 13:27:57 +00:00
Dmitry Stogov
6fe79496fe Fixed bug #42773 (WSDL error causes HTTP 500 Response) 2007-11-01 12:26:38 +00:00
Dmitry Stogov
4d3f5ee6d7 Use heap-allocated return value 2007-10-30 07:22:12 +00:00
Dmitry Stogov
a098b7ead4 Fixed possible crash because of uninitialized value (Zdash Urf) 2007-10-17 12:09:14 +00:00
Dmitry Stogov
e61f2d2ad3 Fixed bug #42637 (SoapFault : Only http and https are allowed). (Bill Moran) 2007-10-17 11:18:49 +00:00
Yiduo (David) Wang
95da0dc570 Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:15:07 +00:00
Dmitry Stogov
8146078f7b Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
Dmitry Stogov
3542f7a6dc Improved ext/soap to support element names in context of XMLShema's <any> 2007-09-27 10:02:04 +00:00
Dmitry Stogov
74c08d50d5 Fixed bug #42214 (SoapServer sends clients internal PHP errors) 2007-09-05 11:21:01 +00:00
Dmitry Stogov
5f28a1da4e Fixed bug #42488 (SoapServer reports an encoding error and the error itself breaks). 2007-09-05 10:18:38 +00:00
Dmitry Stogov
cd2403eedc Fixed bug #42359 (xsd:list type not parsed) 2007-08-31 10:48:57 +00:00
Dmitry Stogov
d949c51dd1 Fixed bug #42086 (SoapServer return Procedure '' not present for WSIBasic compliant wsdl) 2007-08-31 09:36:14 +00:00
Dmitry Stogov
cf15b8d1dc Fixed bug #42326 (SoapServer crash) 2007-08-31 08:07:46 +00:00
Dmitry Stogov
d7c3646eb6 Fixed bug #42183 (classmap cause crashr in non-wsdl mode) 2007-08-22 14:18:28 +00:00
Dmitry Stogov
5430582586 Fixed bug #42151 (__destruct functions not called after catching a SoapFault exception) 2007-08-01 10:39:49 +00:00
Dmitry Stogov
08bbb3269b Fixed bug #41983 (Error Fetching http headers terminated by '\n') 2007-07-24 09:28:12 +00:00
Antony Dovgal
a63e107188 add missing skipifs 2007-07-16 13:46:38 +00:00
Dmitry Stogov
36add00ccd Fixed bug #41635 (SoapServer and zlib.output_compression with FastCGI result in major slowdown 2007-07-13 14:01:11 +00:00
Dmitry Stogov
dde974da3a Fixed memleak 2007-07-13 09:15:03 +00:00
Dmitry Stogov
f5d9b018ce Unicode support fix 2007-07-06 10:36:20 +00:00
Dmitry Stogov
85279a4dce Allowed loading XML from unicode strings 2007-06-29 13:58:34 +00:00
Dmitry Stogov
650a230167 Fixed bug #41566 (SOAP Server not properly generating href attributes) 2007-06-14 07:09:42 +00:00
Ilia Alshanetsky
cbcb1840f3 MFB 2007-05-28 23:43:24 +00:00
Dmitry Stogov
778d557116 Fixed bug #41337 WSDL parsing doesn't ignore non soap bindings 2007-05-21 13:14:02 +00:00
Dmitry Stogov
6e0e4de3a4 Fixed compilation error 2007-05-11 07:19:57 +00:00
Antony Dovgal
e7e46b2d1c add missing header 2007-05-10 21:54:08 +00:00
Antony Dovgal
5779f46bfd MFB 2007-05-10 21:26:51 +00:00
Dmitry Stogov
f0778af384 Fixed bug #41337 (WSDL parsing doesn't ignore non soap bindings) 2007-05-10 14:58:32 +00:00
Antony Dovgal
ccd97f3a21 fix test names 2007-05-07 17:23:53 +00:00
Dmitry Stogov
d01f873cb6 Fixed bug #41004 (minOccurs="0" and null class member variable) 2007-05-02 09:38:22 +00:00
Dmitry Stogov
d06900358a New test 2007-05-02 08:35:33 +00:00
Dmitry Stogov
e701459646 Fixed bug #41097 (ext/soap returning associative array as indexed without using WSDL) 2007-05-02 08:22:32 +00:00
Antony Dovgal
e94b3c8f88 improve test 2007-04-11 22:29:46 +00:00