summaryrefslogtreecommitdiff
path: root/ext/soap/php_sdl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix persistent leak on load_wsdl_ex failureNikita Popov2021-02-021-2/+1
* Fix buildNikita Popov2021-02-011-1/+1
* Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2021-01-311-12/+14
|\
| * Fix bug #80672 - Null Dereference in SoapClientStanislav Malyshev2021-01-311-12/+14
* | Fix persistent XML memory leaks in SOAPNikita Popov2019-06-271-1/+9
* | Avoid signed shift ub in php_sdlNikita Popov2019-06-191-1/+1
* | Fix various instances of memcpy null ubNikita Popov2019-06-191-1/+3
* | Suppress int to char conversion warningsNikita Popov2019-06-121-4/+4
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-291-8/+8
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-291-8/+8
| |\
| | * Fixed bug #77945Nikita Popov2019-04-291-8/+8
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
|/ /
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-11-041-1/+1
|\ \ | |/
| * Fix #76348: WSDL_CACHE_MEMORY causes Segmentation faultChristoph M. Becker2018-11-041-1/+1
| * Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| * year++Xinchen Hui2018-01-021-1/+1
* | Future-proof email addressesZeev Suraski2018-11-011-1/+1
* | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* | Remove unused Git attributes identPeter Kokot2018-07-251-1/+0
* | Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-011-12/+6
* | year++Xinchen Hui2018-01-021-1/+1
* | Merge branch 'PHP-7.2'Nikita Popov2018-01-011-7/+7
|\ \ | |/
| * Fixed bug #75502Nikita Popov2018-01-011-7/+7
* | Move constants into read-only data segmentDmitry Stogov2017-12-141-3/+3
* | Cleanup type conversionDmitry Stogov2017-12-071-5/+2
|/
* Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-06-131-1/+1
|\
| * Fixed bug #74679 (Incorrect conversion array with WSDL_CACHE_MEMORY)Dmitry Stogov2017-06-131-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-02-211-1/+0
|\ \ | |/
| * too many dashesDmitry Stogov2017-02-211-1/+0
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-02-211-2/+13
|\ \ | |/
| * Increase WSDL cache version (7.0 wsdl cache is incomatible with PHP-5)Dmitry Stogov2017-02-211-2/+13
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Fixed compilation warningsDmitry Stogov2016-06-231-6/+6
|/
* 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.6' into PHP-7.0Dmitry Stogov2015-11-121-1/+3
|\ \ | |/
| * Fixed bug #70900 (SoapClient systematic out of memory error)Dmitry Stogov2015-11-121-1/+3
* | Merge branch 'PHP-5.6' into PHP-7.0Matteo Beccati2015-11-071-1/+1
|\ \ | |/
| * Fix bug #70875 Segmentation fault if wsdl has no targetNamespace attributeMatteo Beccati2015-11-071-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Fixed memory leak in php_stream_context_set_option()Dmitry Stogov2015-10-291-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-17/+17
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-9/+9
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-32/+31
* | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+1
* | cleanup TSRMLS_FETCH in ext/soapAnatol Belski2014-09-261-1/+0
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1