summaryrefslogtreecommitdiff
path: root/ext/simplexml/simplexml.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Christoph M. Becker2020-05-011-1/+1
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-05-011-1/+1
| |\
| | * Fix #79528: Different object of the same xml between 7.4.5 and 7.4.4Christoph M. Becker2020-05-011-1/+1
* | | Generate function entries from stubsMáté Kocsis2020-04-201-32/+3
* | | Clarify SimpleXML comparison logicNikita Popov2020-03-311-7/+15
* | | Add a ZEND_UNCOMPARABLE valueNikita Popov2020-03-311-1/+1
* | | Improve error messages of various extensionsMáté Kocsis2020-03-231-3/+3
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-03-121-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-121-1/+1
| |\ \ | | |/
| | * Fix #61597: SXE properties may lack attributes and contentChristoph M. Becker2020-03-121-1/+1
* | | Define Stringable with __toString():string methodNicolas Grekas2020-03-021-1/+1
* | | Use RETURN_THROWS() after zend_throw_exception() in most of the extensionsMáté Kocsis2020-01-021-4/+4
* | | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-16/+16
* | | zend_parse_parameters_throw() is obsoleteChristoph M. Becker2019-11-011-1/+1
* | | Comparison cleanup:Dmitry Stogov2019-10-071-1/+3
* | | Merge branch 'PHP-7.4'Joe Watkins2019-10-021-1/+1
|\ \ \ | |/ /
| * | Fixed #75245 Don't set content of elements with only whitespacesErik Lundin2019-10-021-1/+1
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+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-251-81/+15
* | | Normalize SimpleXML::asXML() argument handlingNikita Popov2019-08-151-60/+48
* | | 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-311-1/+1
|\ \ \ | |/ /
| * | SimpleXMLElement and ResourceBundle implement CountableThomas Gerbet2019-05-311-1/+1
* | | 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'Nikita Popov2019-04-151-2/+4
|\ \ \ | |/ /
| * | Fix last maybe uninit warnings on 7.4Nikita Popov2019-04-151-2/+4
* | | Refactor zend_object_handlers API to pass zend_object* and zend_string* inste...Dmitry Stogov2019-02-041-46/+54
|/ /
* | Remove local variablesPeter Kokot2019-02-031-10/+0
* | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | Implement typed propertiesNikita Popov2019-01-111-15/+14
* | Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-14/+14
* | Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-141-14/+14
|/
* Fix #76712: Assignment of empty string creates extraneous text nodeChristoph M. Becker2018-08-251-3/+1
* Fix typos in code commentsPeter Kokot2018-07-251-1/+1
* Improved user iterator implementation to reduce zend_class_entry memory consu...Dmitry Stogov2018-07-121-1/+6
* 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