summaryrefslogtreecommitdiff
path: root/ext/xsl
Commit message (Expand)AuthorAgeFilesLines
* Set up asan+ubsan scheduled build on azureNikita Popov2019-06-281-1/+4
* ext/xsl: Use PKG_CHECK_MODULES to detect the EXSLT libraryHugh McMaster2019-06-071-15/+6
* ext/xsl: Use PKG_CHECK_MODULES to detect the XSLT libraryHugh McMaster2019-06-071-42/+18
* Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-4/+7
* Allow exceptions in __toString()Nikita Popov2019-06-051-7/+17
* Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* Rename --enable-libxml to --with-libxml to meet naming guidelinesHugh McMaster2019-04-181-1/+1
* Fix strict aliasing violation in phpdbgNikita Popov2019-04-121-1/+1
* Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-1534-62/+62
* Cleanup unused module globalsDmitry Stogov2019-03-121-17/+0
* Use EXPECT when possibleGabriel Caruso2019-03-111-1/+1
* Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-3/+5
* Remove more zpp error testsNikita Popov2019-03-0517-879/+0
* Remove local variablesPeter Kokot2019-02-034-37/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-304-4/+4
* 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
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1535-49/+17
* Trim trailing whitespace in *.phptPeter Kokot2018-10-144-14/+14
* Trim trailing whitespace in testsGabriel Caruso2018-10-1423-34/+34
* Sync leading and final newlines in source code filesPeter Kokot2018-10-143-5/+1
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* Trim trailing whitespaces in build filesPeter Kokot2018-07-291-6/+6
* Remove unused Git attributes identPeter Kokot2018-07-256-12/+1
* Update http to httpsDusta2018-06-251-1/+1
* Remove old SVN keywords substitutions from xsl and sockets testsPeter Kokot2018-06-138-8/+0
* Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-312-8/+3
* 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
* remove support for string|unicode in testsGabriel Caruso2018-02-221-1/+1
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2011-11/+11
* Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-043-3/+3
* Add and fix SKIPIF sectionsGabriel Caruso2018-02-041-13/+0
* Use %d when expecting line number in testsGabriel Caruso2018-02-0215-17/+17
* year++Xinchen Hui2018-01-024-4/+4
* Cleanup type conversionDmitry Stogov2017-12-071-2/+1
* Add zend_object_alloc() APINikita Popov2017-11-251-1/+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-202-6/+3
* Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-09-112-0/+207
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-112-0/+207
| |\
| | * Fork test to keep up with libxsl >= 1.1.30Anatol Belski2017-09-112-0/+207
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-044-4/+4
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-044-4/+4
* | | Deprecate __autoload()Nikita Popov2017-02-031-2/+2
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-024-4/+4
* | | Remove more PHP 6 leftovers from testsNikita Popov2016-11-242-4/+4
|/ /