summaryrefslogtreecommitdiff
path: root/ext/xmlreader
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Peter Kokot2019-03-191-5/+0
|\
| * Remove extension readmesPeter Kokot2019-03-191-5/+0
* | Merge branch 'PHP-7.4'Peter Kokot2019-03-155-10/+10
|\ \ | |/
| * Use separate output files in xmlreader testsFabien Villepinte2019-03-155-10/+10
* | Merge branch 'PHP-7.4'Peter Kokot2019-03-1515-21/+21
|\ \ | |/
| * Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-1515-21/+21
* | Merge branch 'PHP-7.4'Peter Kokot2019-03-157-1/+127
|\ \ | |/
| * Add tests to XMLReaderThiago Carvalho2019-03-157-1/+127
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-03-121-6/+0
|\ \ | |/
| * Cleanup unused module globalsDmitry Stogov2019-03-121-6/+0
* | Merge branch 'PHP-7.4'Peter Kokot2019-03-071-4/+11
|\ \ | |/
| * Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-4/+11
* | Merge branch 'PHP-7.4'Nikita Popov2019-02-281-0/+1
|\ \ | |/
| * Mark ext/xmlreader/tests/bug70309.phpt as online testNikita Popov2019-02-281-0/+1
* | Merge branch 'PHP-7.4'Peter Kokot2019-02-176-0/+361
|\ \ | |/
| * Range of new tests for xmlreader functionality and exceptions/errorsMarkBaker2019-02-176-0/+361
* | Refactor zend_object_handlers API to pass zend_object* and zend_string* inste...Dmitry Stogov2019-02-041-41/+12
* | Merge branch 'PHP-7.4'Peter Kokot2019-02-032-18/+0
|\ \ | |/
| * Remove local variablesPeter Kokot2019-02-032-18/+0
| * Remove yearly range from copyright noticeZeev Suraski2019-01-302-2/+2
* | Remove year range from copyright noticeZeev Suraski2019-01-302-2/+2
* | Remove static calls to non-static methodsNikita Popov2019-01-301-2/+2
|/
* Implement typed propertiesNikita Popov2019-01-111-2/+4
* Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-16/+16
* Eliminate useless $this related checksDmitry Stogov2018-11-141-16/+17
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-153-3/+2
* Trim trailing whitespace in *.phptPeter Kokot2018-10-1412-13/+13
* Trim trailing whitespace in testsGabriel Caruso2018-10-1416-20/+20
* Sync leading and final newlines in source code filesPeter Kokot2018-10-143-3/+2
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-2/+2
* Bump minimum libxml version to 2.7.6Nikita Popov2018-09-232-17/+1
* Fix permissionsPeter Kokot2018-09-213-0/+0
* Remove unused Git attributes identPeter Kokot2018-07-2518-23/+2
* Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-3/+3
* Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-10/+4
* 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-3/+3
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-204-4/+4
* Merge branch 'PHP-7.2'Joe2018-02-081-1/+1
|\
| * Fixes bug #75871 Use pkg-config for libxml2 if availablePedro Magalhães2018-02-081-1/+1
| * year++Xinchen Hui2018-01-022-2/+2
* | Use bool instead of boolean in protoGabriel Caruso2018-02-041-20/+20
* | year++Xinchen Hui2018-01-022-2/+2
* | Remove outdated TODO filesPeter Kokot2017-12-091-8/+0
* | Cleanup type conversionDmitry Stogov2017-12-071-9/+3
* | Add zend_object_alloc() APINikita Popov2017-11-251-1/+1
* | Use interned strings for "magic" property of internal classes. (not copyied i...Dmitry Stogov2017-11-011-1/+4
* | Remove PHP code examples from xmlreaderPeter Kokot2017-10-1911-170/+0
* | Add tests to XMLReader::expand error pathsThiago Carvalho2017-10-191-0/+29
* | Merge branch 'PHP-7.2'Anatol Belski2017-09-111-2/+2
|\ \ | |/