summaryrefslogtreecommitdiff
path: root/ext/simplexml
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-05-015-108/+7
|\
| * Fix #79528: Different object of the same xml between 7.4.5 and 7.4.4Christoph M. Becker2020-05-015-108/+7
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-125-7/+108
|\ \ | |/
| * Fix #61597: SXE properties may lack attributes and contentChristoph M. Becker2020-03-125-7/+108
* | Fixed #75245 Don't set content of elements with only whitespacesErik Lundin2019-10-023-11/+24
* | Deprecate Reflection export() methodsNikita Popov2019-07-221-0/+2
* | Fix iteration limits in SXE testNikita Popov2019-07-101-15/+6
* | Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-11/+14
* | Allow exceptions in __toString()Nikita Popov2019-06-051-2/+17
* | SimpleXMLElement and ResourceBundle implement CountableThomas Gerbet2019-05-312-1/+16
* | Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-2/+3
* | Add RETURN_EMPTY_ARRAY() / RETVAL_EMPTY_ARRAY()Nikita Popov2019-05-141-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Peter Kokot2019-05-131-34/+34
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Peter Kokot2019-05-131-34/+34
| |\
| | * Convert CRLF to LFPeter Kokot2019-05-131-34/+34
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1516-16/+12
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1462-79/+79
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-144-4/+4
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-134-7/+7
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1516-16/+12
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-1461-78/+78
| * | 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
* | | 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
* | | Use PKG_CHECK_MODULES to detect libxml2Hugh McMaster2019-04-181-2/+0
* | | Remove support for --with-libxml-dirHugh McMaster2019-04-181-9/+0
* | | Fix last maybe uninit warnings on 7.4Nikita Popov2019-04-151-2/+4
* | | 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