1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00
Commit Graph

506 Commits

Author SHA1 Message Date
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
Antony Dovgal 210389ab21 skip test if openssl is present
in this case the error messages are different
2007-04-10 21:38:09 +00:00
Dmitry Stogov 2b24ec5989 Fixed bug #37013 (server hangs when returning circular object references) 2007-04-02 13:43:29 +00:00
Dmitry Stogov 9e225a5af9 new test 2007-03-30 10:10:15 +00:00
Dmitry Stogov 1860541d6b Added ability to encode arrays with "SOAP-ENC:Array" type instead of WSDL type. To activate the ability use "feature"=>SOAP_USE_XSI_ARRAY_TYPE option in SoapClient/SoapServer constructors. 2007-03-20 09:52:33 +00:00
Dmitry Stogov 7e34938f93 Fixed bug #36226 (Inconsistent handling when passing nillable arrays) 2007-03-20 07:51:47 +00:00
Dmitry Stogov 76fb780f63 Fixed tests 2007-02-26 16:20:14 +00:00
Dmitry Stogov 4b0071a7e9 Fixed bug #40609 (Segfaults when using more than one SoapVar in a request). (Rob, Dmitry) 2007-02-25 13:24:25 +00:00
Marcus Boerger 20a40063c5 - avoid sprintf 2007-02-24 16:25:58 +00:00
Stanislav Malyshev 3305731054 use snprintf 2007-02-21 21:11:32 +00:00
Dmitry Stogov 9c75989fb9 Fixed memory leak 2007-02-15 17:00:52 +00:00
Dmitry Stogov 9c294ae1a6 Fixed bug #40467 (Partial SOAP request sent when XSD sequence or choice include minOccurs=0) 2007-02-15 14:49:13 +00:00
Nuno Lopes 37960644df fix access to already free'ed memory 2007-01-29 19:36:53 +00:00
Sara Golemon cc1b19cf0e Expand allow_url_fopen/allow_url_include functionality 2007-01-24 21:43:47 +00:00
Antony Dovgal 97c8b1d13e more snprintf() 2007-01-18 16:21:00 +00:00
Sara Golemon 8ca1ed346d INI options should not be modified directly.
Bad extension.  No cookie for you.
2007-01-17 00:22:48 +00:00
Sebastian Bergmann 3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
Ilia Alshanetsky 2dbfe66e4a MFB: safety checks 2006-12-26 17:40:20 +00:00
Antony Dovgal 184406c016 fix proto 2006-12-25 19:12:39 +00:00
Ilia Alshanetsky 5da2c7a6df MFB: Optimize out zend_hash_num_elements() call 2006-12-21 01:16:36 +00:00
Antony Dovgal 7565c841c8 MFB 2006-12-19 21:40:59 +00:00
Antony Dovgal a38ccf3969 add check for setlocale() and sv_SE to SKIPIF section 2006-12-19 20:46:48 +00:00
Dmitry Stogov 869003830b Fixed bug #39815 (SOAP double encoding is not locale-independent) 2006-12-19 11:55:16 +00:00