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

100 Commits

Author SHA1 Message Date
Dmitry Stogov 51b4f3426e Fixed bug #47049 (SoapClient::__soapCall causes a segmentation fault) 2009-02-18 13:25:59 +00:00
Dmitry Stogov bc37ae8223 Fixed bug #46419 (Elements of associative arrays with NULL value are lost) 2009-01-26 11:20:22 +00:00
Dmitry Stogov 03a2f54d50 Fixed bug #43069 (SoapClient causes 505 HTTP Version not supported error message) 2008-12-01 09:50:18 +00:00
Dmitry Stogov ba9d662784 Fixed bug #44882 (SOAP extension object decoding bug) 2008-11-27 14:50:06 +00:00
Dmitry Stogov 8cdff55a26 Fixed bug #46427 (SoapClient() stumbles over its "stream_context" parameter) 2008-11-27 11:25:52 +00:00
Dmitry Stogov 22223dbd36 Fixed bug #43045 (SOAP encoding violation on "INF" for type double/float) 2008-10-01 08:43:21 +00:00
Felipe Pena edb34ed424 - Changed error level E_ERROR into E_WARNING in parameter validation 2008-09-08 19:34:48 +00:00
Felipe Pena 07b487ba79 - Removed the doubled error message (the error level is no longer E_ERROR) 2008-09-07 02:51:19 +00:00
Dmitry Stogov ed72680e09 Fixed test 2008-07-22 07:13:18 +00:00
Felipe Pena 7ef0126412 - Added arginfo 2008-07-22 01:46:43 +00:00
Dmitry Stogov b5ae77e33d Fixed SOAP binding selection 2008-06-18 07:24:14 +00:00
Felipe Pena 9f2d50a887 - Removed unnecessary SKIPIF (unicode/tests/*)
- Removed non-unicode tests (tests that uses SKIPIF like "die('skip unicode.semantics=on');")
2008-06-09 15:54:08 +00:00
Felipe Pena 554810af62 - Removed UEXPECT(F) 2008-05-27 03:22:42 +00:00
Antony Dovgal 9b028e77b3 fix test names 2008-05-14 13:05:55 +00:00
Dmitry Stogov 7a42f42d13 Fixed test 2008-05-08 09:15:20 +00:00
Antony Dovgal 47040f4eb0 fix test 2008-05-08 07:09:03 +00:00
David Coallier b9af1cc162 - Test for bug #44811 2008-05-07 15:45:56 +00:00
Antony Dovgal 82df944f6a more cosmetics 2008-02-15 09:35:47 +00:00
Dmitry Stogov b4573d5531 Fixed broken soap.wsdl_cache_enabled 2008-01-09 16:46:06 +00:00
Dmitry Stogov d96b6fe0c1 Fixed bug #42692 (Procedure 'int1' not present with doc/lit SoapServer) 2007-11-13 15:10:28 +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
Antony Dovgal a63e107188 add missing skipifs 2007-07-16 13:46:38 +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
Dmitry Stogov 778d557116 Fixed bug #41337 WSDL parsing doesn't ignore non soap bindings 2007-05-21 13:14:02 +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 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 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
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
Dmitry Stogov 94527816f4 Fixed bug #39832 (SOAP Server: parameter not matching the WSDL specified type are set to 0) 2006-12-18 14:39:39 +00:00
Dmitry Stogov 6cb3fad99b Fixed bug #38536 (SOAP returns an array of values instead of an object) 2006-11-08 10:05:33 +00:00
Dmitry Stogov ae2fc4c4ab Fixed bug #39121 (Incorrect return array handling in non-wsdl soap client) 2006-11-06 16:36:54 +00:00
Hannes Magnusson 176b72284c Error message clean up
(patch by Matt W (php_lists -AT- realpain.com))
2006-10-08 13:34:24 +00:00
Dmitry Stogov fd22843513 Unicode support 2006-08-04 07:38:21 +00:00