summaryrefslogtreecommitdiff
path: root/ext/xmlreader/php_xmlreader.c
Commit message (Expand)AuthorAgeFilesLines
* Clarify types in XmlReader property handlingNikita Popov2021-03-011-9/+7
* Generate class entries from stubs for com, standard, xmlreader, xmlwriter, xs...Máté Kocsis2021-02-221-5/+2
* Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
* Throw from XmlReader::expand() if DOM extension missingNikita Popov2020-10-051-2/+7
* Promote warnings to exceptions in ext/xmlreaderMáté Kocsis2020-08-251-49/+60
* Remove proto comments from C filesMax Semenik2020-07-061-58/+29
* Fix [-Wundef] warning in XMLReader extensionGeorge Peter Banyard2020-05-201-2/+2
* Fix UNKNOWN default values in ext/xmlMáté Kocsis2020-05-061-1/+1
* Generate function entries from stubs for a couple of extensionsMáté Kocsis2020-04-141-60/+28
* Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-18/+18
* Allow to call XMLReader::open() and ::XML() staticallyChristoph M. Becker2019-10-291-2/+30
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Add ext/xmlreader stubsChristoph M. Becker2019-09-041-125/+26
* Add missing zend_parse_paramters_none()Christoph M. Becker2019-09-041-0/+16
* 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-031-9/+0
|\
| * Remove local variablesPeter Kokot2019-02-031-9/+0
| * Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | Remove year range from copyright noticeZeev Suraski2019-01-301-1/+1
* | 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
* Bump minimum libxml version to 2.7.6Nikita Popov2018-09-231-14/+0
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* 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 bool instead of boolean in protoGabriel Caruso2018-02-041-20/+20
* year++Xinchen Hui2018-01-021-1/+1
* 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
* Fix bug #74457 Wrong reflection on XMLReader::expandFabien Villepinte2017-05-021-1/+2
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-231-1/+1
* | more fixes to the shared compilationAnatol Belski2015-03-231-0/+1
* | Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-75/+75
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | 's' works with size_t round 3Anatol Belski2014-08-271-5/+10
* | first show to make 's' work with size_tAnatol Belski2014-08-271-5/+5
* | master renames phase 1Anatol Belski2014-08-251-43/+43
* | ported xsl, xml reader and writerAnatol Belski2014-08-191-12/+12
* | basic macro replacements, all at onceAnatol Belski2014-08-191-31/+31