Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
|\ | |||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
* | | Eliminate another TSRMLS_FETCH() in i_zend_is_true() | Kalle Sommer Nielsen | 2013-12-18 | 1 | -1/+1 |
|/ | | | | | # Affected extensions have all been updated, ext/opcache and ext/zip # both have macros for cross version compatibility | ||||
* | Add support for non-scalar Iterator keys in foreach | Nikita Popov | 2013-03-12 | 1 | -14/+5 |
| | | | | RFC: https://wiki.php.net/rfc/foreach-non-scalar-keys | ||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice) | Dmitry Stogov | 2012-09-03 | 1 | -3/+4 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -2/+2 |
| | |||||
* | Fixed bug #55323 (SoapClient segmentation fault when XSD_TYPEKIND_EXTENSION ↵ | Dmitry Stogov | 2011-08-10 | 1 | -1/+38 |
| | | | | contains itself) | ||||
* | Fixed crash when passing invalid timestamp (negative integer on win32) | Dmitry Stogov | 2011-05-04 | 1 | -0/+3 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | - cleanup ze1/ze2 | Pierre Joye | 2010-09-16 | 1 | -4/+0 |
| | |||||
* | This incorrect contraction started to get on my eyes after I saw it for the | Rasmus Lerdorf | 2010-09-03 | 1 | -4/+4 |
| | | | | | 87th time while struggling with an annoying SOAP service. | ||||
* | Fixed bug #52041 (Memory leak when writing on uninitialized variable ↵ | Dmitry Stogov | 2010-06-15 | 1 | -1/+6 |
| | | | | returned from function) | ||||
* | Changed the structure of op_array.opcodes. The constant values are moved ↵ | Dmitry Stogov | 2010-04-20 | 1 | -2/+2 |
| | | | | from opcode operands into a separate literal table | ||||
* | Remove some more calls to TSRMLS_FETCH() | Michael Maclean | 2010-03-25 | 1 | -61/+59 |
| | |||||
* | Remove some calls to TSRMLS_FETCH in ext/soap | Michael Maclean | 2010-03-25 | 1 | -137/+120 |
| | |||||
* | 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/+21 |
| | |||||
* | 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 |
| | |||||
* | Remplemented support for SplArray using Traversable interface. | Dmitry Stogov | 2008-01-09 | 1 | -16/+66 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Added ability to use SplArrays instead of plain arrays in ext/soap. (Joshua ↵ | Dmitry Stogov | 2007-12-27 | 1 | -1/+26 |
| | | | | Reese, Dmitry) | ||||
* | Fixed possible crash because of uninitialized value (Zdash Urf) | Dmitry Stogov | 2007-10-17 | 1 | -2/+4 |
| | |||||
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -5/+5 |
| | |||||
* | Improved ext/soap to support element names in context of XMLShema's <any> | Dmitry Stogov | 2007-09-27 | 1 | -13/+91 |
| | |||||
* | 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 |
| |