Commit Graph

262 Commits

Author SHA1 Message Date
Felipe Pena
b474e18f6c - Removed unused variables 2009-03-26 22:16:48 +00:00
Felipe Pena
8ecf8ede1f - Removed:
- UG(unicode) checks
       - pcre_cache_entry.unicode_mode
- Changed:
       - ZEND_STR_TYPE -> IS_UNICODE
       - convert_to_text -> convert_to_unicode
       - convert_to_text_ex -> convert_to_unicode_ex

(Felipe, Steph)
2009-03-26 20:02:53 +00:00
Marcus Boerger
d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
Dmitry Stogov
51b4f3426e Fixed bug #47049 (SoapClient::__soapCall causes a segmentation fault) 2009-02-18 13:25:59 +00:00
Felipe Pena
c59abf287f - Fixed bug #47269 (Typo: SoapSlient instead of SoapClient) 2009-02-02 09:59:49 +00:00
Sebastian Bergmann
7f4dc8702a Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
Dmitry Stogov
e5454b359a Fixed bug #46409 (__invoke method called outside of object context when using array_map) 2008-11-27 19:02:45 +00:00
Dmitry Stogov
8cdff55a26 Fixed bug #46427 (SoapClient() stumbles over its "stream_context" parameter) 2008-11-27 11:25:52 +00:00
Felipe Pena
43791516db - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
Felipe Pena
e006a89e71 - Revert ZEND_BEGIN_ARG_INFO change 2008-11-02 21:10:13 +00:00
Felipe Pena
7eb2715464 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-10-24 14:34:17 +00:00
Arnaud Le Blanc
51f7cc3925 initialize optional vars 2008-10-21 23:36:17 +00:00
Felipe Pena
e27148f736 - Added E_ERROR in constructors 2008-09-15 18:04:18 +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
ad34c85f51 Disabled warning messages in SoapClient constructor 2008-09-01 14:55:42 +00:00
Felipe Pena
7ef0126412 - Added arginfo 2008-07-22 01:46:43 +00:00
David Soria Parra
d94c197637 Coding style 2008-05-20 13:28:31 +00:00
David Soria Parra
60b27ed62a Allow non-long values for proxy_port, connection_timeout and convert them 2008-05-20 13:15:01 +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
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
Sebastian Bergmann
9b620d50b4 Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +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
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
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
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
5430582586 Fixed bug #42151 (__destruct functions not called after catching a SoapFault exception) 2007-08-01 10:39:49 +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
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
e701459646 Fixed bug #41097 (ext/soap returning associative array as indexed without using WSDL) 2007-05-02 08:22:32 +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
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
Marcus Boerger
20a40063c5 - avoid sprintf 2007-02-24 16:25:58 +00:00
Antony Dovgal
97c8b1d13e more snprintf() 2007-01-18 16:21:00 +00:00
Sebastian Bergmann
3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
Antony Dovgal
184406c016 fix proto 2006-12-25 19:12:39 +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
Ilia Alshanetsky
15e5832c26 MFB: Last set of zend_hash_init() optimizations 2006-10-03 19:52:34 +00:00