summaryrefslogtreecommitdiff
path: root/ext/soap/php_encoding.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-121-2/+2
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-121-2/+2
| |\
| | * Use TRY_ADDREF/TRY_DELREF in soapNikita Popov2019-07-121-2/+2
* | | Fix persistent XML memory leaks in SOAPNikita Popov2019-06-271-1/+7
* | | Use labs() on long integerNikita Popov2019-06-121-1/+3
* | | Remove function_table var from the callerc9s2019-03-111-2/+2
* | | Replace PHP_TM_GMTOFF with AC_CHECK_MEMBERSPeter Kokot2019-03-041-1/+1
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | Merge branch 'PHP-7.3'Nikita Popov2019-01-041-2/+2
|\ \ \ | |/ /
| * | Fix bug #77410Nikita Popov2019-01-041-2/+2
* | | Merge branch 'PHP-7.3'Christoph M. Becker2018-11-121-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-11-121-1/+1
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-11-121-1/+1
| | |\
| | | * Fix #77141: Signedness issue in SOAP when precision=-1Christoph M. Becker2018-11-121-1/+1
| | | * year++Xinchen Hui2018-01-021-1/+1
| * | | Future-proof email addressesZeev Suraski2018-11-011-1/+1
* | | | Future-proof email addresses...Zeev Suraski2018-11-011-1/+1
* | | | Merge branch 'PHP-7.3'Nikita Popov2018-10-231-2/+0
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-10-231-2/+0
| |\ \ \ | | |/ /
| | * | Fixed bug #50675Cameron Porter2018-10-231-2/+0
| | * | year++Xinchen Hui2018-01-021-1/+1
* | | | Removed unused functionDmitry Stogov2018-09-251-10/+0
* | | | Use Zend API helper functionsDmitry Stogov2018-09-111-31/+2
|/ / /
* | | Remove unused Git attributes identPeter Kokot2018-07-251-1/+0
* | | It's safer to use zval_ptr_dtor() for iterator keys.Dmitry Stogov2018-07-051-1/+1
* | | Replace zval_dtor() with specialized destructorsDmitry Stogov2018-07-051-2/+4
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-5/+5
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Merge branch 'PHP-7.2'Dmitry Stogov2017-12-281-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-12-281-0/+1
| |\ \ | | |/
| | * Fixed reference-countingDmitry Stogov2017-12-281-0/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Avoid unnecessary reference-counting on strings.Dmitry Stogov2017-11-161-5/+5
* | | RC manipulation cleanupXinchen Hui2017-11-011-1/+1
* | | Always use IS_CONSTANT_AST (IS_CONSTANT is removed).Dmitry Stogov2017-10-101-1/+0
* | | Refactored recursion pretectionDmitry Stogov2017-10-061-3/+3
|/ /
* | Drop soap_hash_str_find_deref()Nikita Popov2017-06-251-23/+13
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | Merge branch 'PHP-7.1'Nikita Popov2016-12-131-17/+33
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-12-131-17/+33
| |\
| | * More fixes for bug #73089Nikita Popov2016-12-131-17/+33
| | * Fixed bug #73237Keith Smiley2016-10-121-2/+4
* | | Remove Netware supportKalle Sommer Nielsen2016-11-121-1/+1
|/ /
* | Introduced HT_IS_PACKED() and HT_IS_WITHOUT_HOLES() macros. (Benjamin Coutu)Dmitry Stogov2016-10-191-0/+4
* | Fixed bug #73237Keith Smiley2016-10-141-2/+4
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-08-301-2/+2
|\ \ | |/
| * Fix bug #71711Nikita Popov2016-08-301-2/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-08-301-0/+1
|\ \ | |/
| * Fixed bug #71996Nikita Popov2016-08-301-0/+1