summaryrefslogtreecommitdiff
path: root/ext/simplexml
Commit message (Expand)AuthorAgeFilesLines
* Remove extension readmesPeter Kokot2019-03-191-34/+0
* Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-157-7/+7
* Cleanup unused module globalsDmitry Stogov2019-03-121-6/+0
* Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-4/+11
* Fix typo in XML testNikita Popov2019-02-141-4/+2
* Fixed bug #75921David Walker2019-02-141-3/+5
* Remove local variablesPeter Kokot2019-02-035-48/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-305-5/+5
* Implement typed propertiesNikita Popov2019-01-111-15/+14
* Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-152-21/+21
* Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-142-21/+21
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1516-16/+12
* Trim trailing whitespace in *.phptPeter Kokot2018-10-144-6/+6
* Trim trailing whitespace in testsGabriel Caruso2018-10-1460-72/+72
* Sync leading and final newlines in source code filesPeter Kokot2018-10-144-4/+4
* Trim trailing whitespace in source code filesPeter Kokot2018-10-133-5/+5
* Remove unused filesPeter Kokot2018-09-263-50/+0
* Fix permissionsPeter Kokot2018-09-214-0/+0
* Change some permissions from 755 to 644Peter Kokot2018-08-281-0/+0
* Fix #76712: Assignment of empty string creates extraneous text nodeChristoph M. Becker2018-08-252-3/+25
* Trim trailing whitespaces in build filesPeter Kokot2018-07-291-2/+2
* Remove superfluous check for PHP 7+ testsGabriel Caruso2018-07-272-2/+0
* Fix typos in code commentsPeter Kokot2018-07-251-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-256-10/+0
* Improved user iterator implementation to reduce zend_class_entry memory consu...Dmitry Stogov2018-07-123-9/+11
* Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY()Dmitry Stogov2018-07-091-4/+2
* Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-10/+6
* Normalize SimpleXML phpinfo outputPeter Kokot2018-06-021-5/+2
* Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-1/+1
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-3/+3
* Keep initialized object_handlers structures in read-only memory.Dmitry Stogov2018-03-141-31/+21
* Revert "[ci skip] Add missing return types to protos"Christoph M. Becker2018-02-271-1/+1
* [ci skip] Add missing return types to protosGabriel Caruso2018-02-241-1/+1
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2020-20/+20
* Add a test for iterating SXE properties by referenceCraig Duncan2018-02-191-0/+24
* Convert iterator by reference errors to exceptionsNikita Popov2018-02-191-1/+2
* Merge branch 'PHP-7.2'Joe2018-02-081-1/+1
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Joe2018-02-081-1/+1
| |\
| | * Fixes bug #75871 Use pkg-config for libxml2 if availablePedro Magalhães2018-02-081-1/+1
| | * year++Xinchen Hui2018-01-025-5/+5
| * | year++Xinchen Hui2018-01-025-5/+5
* | | Use int instead of integer in type errorsGabriel Caruso2018-02-041-1/+1
* | | Remove superfluous SKIPIF sections in more testsGabriel Caruso2018-02-041-1/+1
* | | Remove checks for unicode.semantics ini optionNikita Popov2018-02-031-1/+1
* | | Add missing SKIPIF sectionsGabriel Caruso2018-02-035-1/+10
* | | Scalar types don't have reference counterDmitry Stogov2018-01-171-5/+0
* | | year++Xinchen Hui2018-01-025-5/+5
* | | Add _IS_NUMBER as cast_object() target typeNikita Popov2017-12-263-0/+45
* | | Remove unnecessary readobj==writeobj checksNikita Popov2017-12-251-4/+0
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1