summaryrefslogtreecommitdiff
path: root/ext/soap/php_encoding.c
Commit message (Expand)AuthorAgeFilesLines
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-03-251-1/+1
|\
| * Bug #69293 NEW segfault when using SoapClient::__setSoapHeader (bisected, reg...Xinchen Hui2015-03-251-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Reeze Xia2015-03-031-10/+20
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2015-03-031-7/+14
| |\
| | * Added type checksDmitry Stogov2015-03-031-7/+14
| * | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2015-03-031-3/+6
| |\ \ | | |/
| | * Added type checksDmitry Stogov2015-03-031-3/+6
| | * Bump yearXinchen Hui2014-01-031-1/+1
| | * Happy New YearXinchen Hui2013-01-011-1/+1
| | * Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2012-09-031-3/+4
| | |\
| | | * Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).Dmitry Stogov2012-09-031-3/+4
| | | * - Year++Felipe Pena2012-01-011-1/+1
| | | * Fixed bug #55323 (SoapClient segmentation fault when XSD_TYPEKIND_EXTENSION c...Dmitry Stogov2011-08-101-1/+38
| | | * Fixed crash when passing invalid timestamp (negative integer on win32)Dmitry Stogov2011-05-041-0/+3
| | | * - Year++Felipe Pena2011-01-011-1/+1
| | | * This incorrect contraction started to get on my eyes after I saw it for theRasmus Lerdorf2010-09-031-4/+4
| | | * Fixed bug #52041 (Memory leak when writing on uninitialized variable returned...Dmitry Stogov2010-06-151-1/+6
| | * | - Year++Felipe Pena2012-01-011-1/+1
| | * | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-2/+2
| | * | Fixed bug #55323 (SoapClient segmentation fault when XSD_TYPEKIND_EXTENSION c...Dmitry Stogov2011-08-101-1/+38
| * | | Bump yearXinchen Hui2015-01-151-1/+1
| * | | Bump yearXinchen Hui2014-01-031-1/+1
* | | | bump yearXinchen Hui2015-01-151-1/+1
* | | | Fix bug #66015 by reverting "Removed operations on constant arrays."Bob Weinand2014-04-111-2/+0
* | | | Bump yearXinchen Hui2014-01-031-1/+1
|/ / /
* | | Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-14/+5
* | | Happy New YearXinchen Hui2013-01-011-1/+1
* | | Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice)Dmitry Stogov2012-09-031-3/+4
* | | - Year++Felipe Pena2012-01-011-1/+1
* | | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-2/+2
* | | Fixed bug #55323 (SoapClient segmentation fault when XSD_TYPEKIND_EXTENSION c...Dmitry Stogov2011-08-101-1/+38
|/ /
* | Fixed crash when passing invalid timestamp (negative integer on win32)Dmitry Stogov2011-05-041-0/+3
* | - Year++Felipe Pena2011-01-011-1/+1
* | - cleanup ze1/ze2Pierre Joye2010-09-161-4/+0
* | This incorrect contraction started to get on my eyes after I saw it for theRasmus Lerdorf2010-09-031-4/+4
* | Fixed bug #52041 (Memory leak when writing on uninitialized variable returned...Dmitry Stogov2010-06-151-1/+6
* | Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-2/+2
* | Remove some more calls to TSRMLS_FETCH()Michael Maclean2010-03-251-61/+59
* | Remove some calls to TSRMLS_FETCH in ext/soapMichael Maclean2010-03-251-137/+120
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fixed bug #50258 (typos in error strings)Felipe Pena2009-11-211-1/+1
* - MFH: Fixed bug #48557 (Numeric string keys in Apache Hashmaps are not cast ...Felipe Pena2009-06-151-1/+1
* Fixed bug #46419 (Elements of associative arrays with NULL value are lost)Dmitry Stogov2009-01-261-23/+21
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Fixed bug #44882 (SOAP extension object decoding bug)Dmitry Stogov2008-11-271-8/+12
* - MFH: Fixed bug #46389 (NetWare needs small patch for _timezone) (patch by g...Felipe Pena2008-10-261-1/+1
* wsDmitry Stogov2008-10-161-14/+14
* Fixed bug #43723 (SOAP not sent properly from client for <choice>)Dmitry Stogov2008-10-161-5/+17
* Fixed bug #43045 (SOAP encoding violation on "INF" for type double/float)Dmitry Stogov2008-10-011-1/+9