summaryrefslogtreecommitdiff
path: root/ext/xsl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Nikita Popov2019-06-281-1/+4
|\
| * Set up asan+ubsan scheduled build on azureNikita Popov2019-06-281-1/+4
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-071-45/+12
|\ \ | |/
| * 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
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-061-4/+7
|\ \ | |/
| * Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-4/+7
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-051-7/+17
|\ \ | |/
| * Allow exceptions in __toString()Nikita Popov2019-06-051-7/+17
* | Merge branch 'PHP-7.4'Peter Kokot2019-05-121-2/+0
|\ \ | |/
| * Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | Merge branch 'PHP-7.4'Nikita Popov2019-04-181-1/+1
|\ \ | |/
| * Rename --enable-libxml to --with-libxml to meet naming guidelinesHugh McMaster2019-04-181-1/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-04-121-1/+1
|\ \ | |/
| * Fix strict aliasing violation in phpdbgNikita Popov2019-04-121-1/+1
* | Merge branch 'PHP-7.4'Peter Kokot2019-03-1534-62/+62
|\ \ | |/
| * Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-1534-62/+62
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-03-121-17/+0
|\ \ | |/
| * Cleanup unused module globalsDmitry Stogov2019-03-121-17/+0
* | Merge branch 'PHP-7.4'Gabriel Caruso2019-03-111-1/+1
|\ \ | |/
| * Use EXPECT when possibleGabriel Caruso2019-03-111-1/+1
* | Merge branch 'PHP-7.4'Peter Kokot2019-03-071-3/+5
|\ \ | |/
| * Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-3/+5
* | Merge branch 'PHP-7.4'Nikita Popov2019-03-0517-879/+0
|\ \ | |/
| * Remove more zpp error testsNikita Popov2019-03-0517-879/+0
* | Refactor zend_object_handlers API to pass zend_object* and zend_string* inste...Dmitry Stogov2019-02-041-8/+10
|/
* 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