summaryrefslogtreecommitdiff
path: root/ext/soap/php_packet_soap.c
Commit message (Expand)AuthorAgeFilesLines
* Remove year range from copyright noticeZeev Suraski2019-01-301-1/+1
* Future-proof email addresses...Zeev Suraski2018-11-011-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-1/+0
* rename ref_dtor_func to rc_dtor_funcXinchen Hui2018-07-061-1/+1
* Rename zval_dtor_func and ref_dotr_funcXinchen Hui2018-07-061-1/+1
* Revert "Rename _zval_dtor_func to _ref_dtor_func"Xinchen Hui2018-07-061-1/+1
* Rename _zval_dtor_func to _ref_dtor_funcXinchen Hui2018-07-061-1/+1
* Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy...Dmitry Stogov2018-07-051-1/+1
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-2/+2
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Reimplemented Bob's commit bac6fdb0c52c924e726c5a78de8858bf27b6586b without i...Dmitry Stogov2016-05-061-1/+1
* Revert "Refactor zval cleanup into single function"Dmitry Stogov2016-05-061-1/+1
* Refactor zval cleanup into single functionBob Weinand2016-05-051-1/+1
* 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
| * bump yearXinchen Hui2015-01-151-1/+1
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-27/+27
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renames phase 1Anatol Belski2014-08-251-2/+2
* | Fixed support for empty stringsDmitry Stogov2014-05-151-1/+1
* | fixed refcountingDmitry Stogov2014-05-151-1/+1
* | Fixed destructive assignmentDmitry Stogov2014-05-151-3/+7
* | ext/soap support for phpng (incomplete - just compilable)Dmitry Stogov2014-05-151-55/+49
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - cleanup ze1/ze2Pierre Joye2010-09-161-2/+0
* This incorrect contraction started to get on my eyes after I saw it for theRasmus Lerdorf2010-09-031-1/+1
* Remove some more calls to TSRMLS_FETCH()Michael Maclean2010-03-251-9/+9
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #39121 (Incorrect return array handling in non-wsdl soap client)Dmitry Stogov2006-11-061-1/+13
* Nuke signed/unsigned compiler warningsDmitry Stogov2006-07-111-13/+13
* Fixed bug #38005 (SoapFault faultstring doesn't follow encoding rules)Dmitry Stogov2006-07-101-3/+15
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed bug #32776 (SOAP doesn't support one-way operations)Dmitry Stogov2005-04-201-0/+5
* Fixed bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFa...Dmitry Stogov2005-03-221-0/+5
* Fixed bug #30175 (SOAP results aren't parsed correctly)Dmitry Stogov2004-10-051-0/+3
* Fixed bug #29842 (soapclient return null value)Dmitry Stogov2004-08-271-0/+4
* Merged bug fixes from PHP_5_0.Dmitry Stogov2004-08-261-2/+6
* Fixed bug #28239 (No results returned on SOAP call, no error given)Dmitry Stogov2004-05-211-5/+10