summaryrefslogtreecommitdiff
path: root/ext/soap/php_encoding.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* More fixes for bug #73089Nikita Popov2016-12-131-17/+33
* Fixed bug #73237Keith Smiley2016-10-121-2/+4
* Fix bug #71711Nikita Popov2016-08-301-2/+2
* Fixed bug #71996Nikita Popov2016-08-301-0/+1
* Fixed bug #71986 (Nested foreach assign-by-reference creates broken variables)Xinchen Hui2016-04-081-0/+1
* check for NULL and avoid crashesAntony Dovgal2016-01-251-2/+10
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * 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
| |\ \ | | |/
* | | Fixed typoXinchen Hui2015-12-211-2/+1
* | | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-1/+1
* | | Cleanup (removed dead code)Dmitry Stogov2015-07-011-1/+0
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-40/+40
* | | Make convert_to_* safe with rc>1Nikita Popov2015-06-111-12/+7
* | | fix timezone usage in soap for vc14Anatol Belski2015-05-101-1/+1
* | | Clean up some type conversionsNikita Popov2015-04-271-9/+3
* | | Removed unused functionsDmitry Stogov2015-03-241-1/+1
* | | Merge branch 'PHP-5.6'Dmitry Stogov2015-03-031-7/+14
|\ \ \
| * \ \ Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2015-03-031-7/+14
| |\ \ \ | | | |/ | | |/|
| | * | 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.6'Dmitry Stogov2015-03-031-3/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2015-03-031-3/+6
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | 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
* | | | | bump yearXinchen Hui2015-01-151-1/+1
* | | | | trailing whitespace removalStanislav Malyshev2015-01-101-20/+20
* | | | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-249/+244
* | | | | Drop unnecessary zval containersNikita Popov2014-12-061-5/+3
* | | | | Better zval copyingXinchen Hui2014-10-221-23/+12
* | | | | Optimized property access handlers. Removed EG(std_property_info).Dmitry Stogov2014-10-171-1/+2