Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed crash when passing invalid timestamp (negative integer on win32) | Dmitry Stogov | 2011-05-04 | 1 | -0/+3 |
| | |||||
* | Fixed bug #52041 (Memory leak when writing on uninitialized variable ↵ | Dmitry Stogov | 2010-06-15 | 1 | -1/+6 |
| | | | | returned from function) | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #50258 (typos in error strings) | Felipe Pena | 2009-11-21 | 1 | -1/+1 |
| | |||||
* | - MFH: Fixed bug #48557 (Numeric string keys in Apache Hashmaps are not cast ↵ | Felipe Pena | 2009-06-15 | 1 | -1/+1 |
| | | | | to integers) patch by David Zülke <david.zuelke at bitextender.com> | ||||
* | Fixed bug #46419 (Elements of associative arrays with NULL value are lost) | Dmitry Stogov | 2009-01-26 | 1 | -23/+22 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug #44882 (SOAP extension object decoding bug) | Dmitry Stogov | 2008-11-27 | 1 | -8/+12 |
| | |||||
* | - MFH: Fixed bug #46389 (NetWare needs small patch for _timezone) (patch by ↵ | Felipe Pena | 2008-10-26 | 1 | -1/+1 |
| | | | | guenter at php.net) | ||||
* | ws | Dmitry Stogov | 2008-10-16 | 1 | -14/+14 |
| | |||||
* | Fixed bug #43723 (SOAP not sent properly from client for <choice>) | Dmitry Stogov | 2008-10-16 | 1 | -5/+17 |
| | |||||
* | Fixed bug #43045 (SOAP encoding violation on "INF" for type double/float) | Dmitry Stogov | 2008-10-01 | 1 | -1/+9 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed possible crash because of uninitialized value (Zdash Urf) | Dmitry Stogov | 2007-10-17 | 1 | -2/+4 |
| | |||||
* | Fixed bug #42488 (SoapServer reports an encoding error and the error itself ↵ | Dmitry Stogov | 2007-09-05 | 1 | -4/+41 |
| | | | | breaks). | ||||
* | Fixed bug #42326 (SoapServer crash) | Dmitry Stogov | 2007-08-31 | 1 | -3/+8 |
| | |||||
* | Fixed bug #42183 (classmap cause crashr in non-wsdl mode) | Dmitry Stogov | 2007-08-22 | 1 | -1/+4 |
| | |||||
* | Fixed bug #41566 (SOAP Server not properly generating href attributes) | Dmitry Stogov | 2007-06-14 | 1 | -0/+8 |
| | |||||
* | - Fixed bug #41097 (ext/soap returning associative array as indexed without | Dmitry Stogov | 2007-05-04 | 1 | -2/+8 |
| | | | | | | using WSDL). - Fixed bug #41004 (minOccurs="0" and null class member variable). | ||||
* | Reverted the following fixed because of php-5.2.2 release process | Dmitry Stogov | 2007-05-02 | 1 | -8/+2 |
| | | | | | | | | - Fixed altering $this via argument named "this". - Fixed bug #41097 (ext/soap returning associative array as indexed without using WSDL). - Fixed bug #41004 (minOccurs="0" and null class member variable). | ||||
* | Fixed bug #41004 (minOccurs="0" and null class member variable) | Dmitry Stogov | 2007-05-02 | 1 | -0/+2 |
| | |||||
* | Fixed bug #41097 (ext/soap returning associative array as indexed without ↵ | Dmitry Stogov | 2007-05-02 | 1 | -2/+6 |
| | | | | using WSDL) | ||||
* | Apologies. Didn't realize we were using custom snprintf(). | Andrei Zmievski | 2007-04-06 | 1 | -1/+1 |
| | |||||
* | Typo? | Andrei Zmievski | 2007-04-06 | 1 | -1/+1 |
| | |||||
* | Fixed bug #37013 (server hangs when returning circular object references) | Dmitry Stogov | 2007-04-02 | 1 | -8/+130 |
| | |||||
* | Added ability to encode arrays with "SOAP-ENC:Array" type instead of WSDL ↵ | Dmitry Stogov | 2007-03-20 | 1 | -4/+19 |
| | | | | type. To activate the ability use "feature"=>SOAP_USE_XSI_ARRAY_TYPE option in SoapClient/SoapServer constructors. | ||||
* | Fixed bug #36226 (Inconsistent handling when passing nillable arrays) | Dmitry Stogov | 2007-03-20 | 1 | -1/+2 |
| | |||||
* | Fixed bug #40609 (Segfaults when using more than one SoapVar in a request). ↵ | Dmitry Stogov | 2007-02-25 | 1 | -1/+11 |
| | | | | (Rob, Dmitry) | ||||
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -4/+4 |
| | |||||
* | Fixed bug #40467 (Partial SOAP request sent when XSD sequence or choice ↵ | Dmitry Stogov | 2007-02-15 | 1 | -2/+4 |
| | | | | include minOccurs=0) | ||||
* | %f -> %F | Ilia Alshanetsky | 2007-01-05 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Allocation safety checks | Ilia Alshanetsky | 2006-12-25 | 1 | -1/+1 |
| | |||||
* | Fixed bug #39815 (SOAP double encoding is not locale-independent) | Dmitry Stogov | 2006-12-19 | 1 | -4/+8 |
| | |||||
* | Fixed bug #39832 (SOAP Server: parameter not matching the WSDL specified ↵ | Dmitry Stogov | 2006-12-18 | 1 | -7/+38 |
| | | | | type are set to 0) | ||||
* | Fixed bug #39454 (Returning a SOAP array segfaults PHP) | Dmitry Stogov | 2006-11-10 | 1 | -0/+8 |
| | |||||
* | Fixed bug #38536 (SOAP returns an array of values instead of an object) | Dmitry Stogov | 2006-11-08 | 1 | -6/+7 |
| | |||||
* | MFH: Fixed decoding list of arrays (related to bug #39121) | Dmitry Stogov | 2006-11-06 | 1 | -25/+34 |
| | |||||
* | Revert patch because we are at last RC stage. | Dmitry Stogov | 2006-10-24 | 1 | -34/+25 |
| | |||||
* | Fixed decoding of list of arrays in non-WSDL mode. (releated to bug #39121) | Dmitry Stogov | 2006-10-23 | 1 | -25/+34 |
| | |||||
* | Fixed possible crash with default namespaces | Dmitry Stogov | 2006-10-03 | 1 | -3/+53 |
| | |||||
* | Added ability to make SOAP call userspace PHP<->XML converters | Dmitry Stogov | 2006-09-20 | 1 | -162/+124 |
| | |||||
* | - MFH zend_unmangle_property_name(), drop zend_unmangle_property_name_ex() | Marcus Boerger | 2006-07-24 | 1 | -1/+1 |
| | |||||
* | Fixed bug #38067 (Parameters are not decoded from utf-8 when using encoding ↵ | Dmitry Stogov | 2006-07-12 | 1 | -4/+4 |
| | | | | option) | ||||
* | Nuke signed/unsigned compiler warnings | Dmitry Stogov | 2006-07-11 | 1 | -3/+4 |
| | |||||
* | Nuke signed/unsigned compiler warnings | Dmitry Stogov | 2006-07-11 | 1 | -129/+128 |
| | |||||
* | Fixed bug #38055 (Wrong interpretation of boolean parameters) | Dmitry Stogov | 2006-07-10 | 1 | -14/+7 |
| | |||||
* | Fixed bug #38004 Parameters in SoapServer are decoded twice | Dmitry Stogov | 2006-07-10 | 1 | -2/+3 |
| | |||||
* | MFH: Optimize the other string conversion functions here to just create | Rasmus Lerdorf | 2006-06-15 | 1 | -5/+8 |
| | | | | | raw text nodes. | ||||
* | MFH: | Rasmus Lerdorf | 2006-06-15 | 1 | -4/+7 |
| | | | | | | | | | | | | I don't think the call to xmlNodeSetContentLen() is needed here and it is causing performance problems because it tries to parse the blob and create a subtree. Because we are escaping the string anyway, we are never going to get a subtree, but the entity parsing that is done by xmlNodeSetContentLen() is killing performance on large blobs of text. On one recent example it took a couple of minutes to parse whereas if we just create a text node like this and set the contents to the raw string it is down to milliseconds. |