summaryrefslogtreecommitdiff
path: root/ext/simplexml
Commit message (Expand)AuthorAgeFilesLines
* Clean DONE tags from testsFabien Villepinte2019-11-0769-143/+0
* zend_parse_parameters_throw() is obsoleteChristoph M. Becker2019-11-011-1/+1
* Comparison cleanup:Dmitry Stogov2019-10-071-1/+3
* Convert some notices to warningsNikita Popov2019-10-022-2/+2
* Merge branch 'PHP-7.4'Joe Watkins2019-10-023-11/+24
|\
| * 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
* | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-255-10/+0
* | Just return on throwing ZPPChristoph M. Becker2019-09-251-1/+1
* | Add missing zend_parse_parameters_none()Christoph M. Becker2019-09-251-0/+8
* | Add SimpleXML arginfo stubsStephen Reay2019-09-256-93/+193
* | Normalize SimpleXML::asXML() argument handlingNikita Popov2019-08-151-60/+48
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-101-15/+6
|\ \ | |/
| * Fix iteration limits in SXE testNikita Popov2019-07-101-15/+6
* | Add do...while(0) for RETURN_* and ZVAL_* APIstwosee2019-06-121-1/+1
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-061-11/+14
|\ \ | |/
| * Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-11/+14
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-051-1/+13
|\ \ | |/
| * Allow exceptions in __toString()Nikita Popov2019-06-051-2/+17
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-05-312-1/+16
|\ \ | |/
| * SimpleXMLElement and ResourceBundle implement CountableThomas Gerbet2019-05-312-1/+16
* | Remove get() object handlerNikita Popov2019-05-291-14/+7
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-05-281-2/+3
|\ \ | |/
| * Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-2/+3
* | Merge branch 'PHP-7.4'Nikita Popov2019-05-141-1/+1
|\ \ | |/
| * Add RETURN_EMPTY_ARRAY() / RETVAL_EMPTY_ARRAY()Nikita Popov2019-05-141-1/+1
* | Merge branch 'PHP-7.4'Peter Kokot2019-05-131-34/+34
|\ \ | |/
| * 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
* | | | 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-12/+1
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-04-151-2/+4
|\ \ \ \ | |/ / /
| * | | Fix last maybe uninit warnings on 7.4Nikita Popov2019-04-151-2/+4
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-03-191-34/+0
|\ \ \ \ | |/ / /
| * | | Remove extension readmesPeter Kokot2019-03-191-34/+0
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-03-157-7/+7
|\ \ \ \ | |/ / /
| * | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-157-7/+7