summaryrefslogtreecommitdiff
path: root/ext/xsl/xsltprocessor.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-301-1/+1
|\
| * Fix #70078: XSL callbacks with nodes as parameter leak memoryChristoph M. Becker2020-01-301-1/+1
* | Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-4/+7
* | Allow exceptions in __toString()Nikita Popov2019-06-051-7/+17
* | Fix strict aliasing violation in phpdbgNikita Popov2019-04-121-1/+1
* | Remove local variablesPeter Kokot2019-02-031-9/+0
* | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-4/+4
* | Replace zend_parse_method_parameters() by zend_parse_parameters() and avoid u...Dmitry Stogov2018-11-141-1/+2
* | Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-141-3/+3
|/
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Update http to httpsDusta2018-06-251-1/+1
* Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-7/+2
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* Keep initialized object_handlers structures in read-only memory.Dmitry Stogov2018-03-141-2/+2
* Use int instead of long in protosGabriel Caruso2018-02-231-2/+2
* year++Xinchen Hui2018-01-021-1/+1
* Cleanup type conversionDmitry Stogov2017-12-071-2/+1
* RC manipulation cleanup 2Xinchen Hui2017-11-021-3/+1
* Avoid HashTable allocations for empty arrays (using zend_empty_array).Dmitry Stogov2017-10-241-1/+3
* Refactored array creation API. array_init() and array_init_size() are convert...Dmitry Stogov2017-09-201-2/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Fixed compilation warningsDmitry Stogov2016-06-221-5/+4
* Removed "zend_fcall_info.function_table". It was assigned in many places, but...Dmitry Stogov2016-04-271-1/+0
* Removed zend_fcall_info.symbol_tableDmitry Stogov2016-03-021-1/+0
* More fixing for bug #71540Stanislav Malyshev2016-02-151-1/+1
* Fix bug #71540 - NULL pointer dereference in xsl_ext_function_php()Stanislav Malyshev2016-02-151-0/+4
* 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
* | Fixed bug #70678 (PHP7 returns true when false is expected)Felipe Pena2015-10-161-1/+1
* | Removed or simplified incorrect SEPARATE_*() macros usage.Dmitry Stogov2015-09-291-3/+0
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-09-021-1/+3
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-09-011-69/+73
| |\
| | * Fix for bug #69782Stanislav Malyshev2015-08-161-69/+73
| | * Bump yearXinchen Hui2014-01-031-1/+1
| * | Bump yearXinchen Hui2015-01-151-1/+1
| * | Bump yearXinchen Hui2014-01-031-1/+1
| |/
* | Partially fix XSLT warningsNikita Popov2015-07-171-13/+12
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-4/+4
* | Fix more minor mistakes in the proto commentsRasmus Lerdorf2015-06-231-9/+9
* | Use specialized macro for string zval creationDmitry Stogov2015-03-121-1/+1
* | Remove xsl.security_prefs ini optionNikita Popov2015-03-091-18/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-61/+61
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-54/+53
* | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+2
* | drop TSRMLS_FETCH in xslAnatol Belski2014-09-261-2/+0
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Avoid double IS_INTERNED() checkDmitry Stogov2014-09-191-1/+1
* | 's' works with size_t round 3Anatol Belski2014-08-271-2/+2