summaryrefslogtreecommitdiff
path: root/ext/xmlreader
Commit message (Expand)AuthorAgeFilesLines
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-153-3/+2
* Trim trailing whitespace in *.phptPeter Kokot2018-10-1416-33/+33
* Sync leading and final newlines in source code filesPeter Kokot2018-10-143-3/+2
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-2/+2
* Remove unused Git attributes identPeter Kokot2018-07-2518-23/+2
* 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 EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-204-4/+4
* Merge branch 'PHP-7.2'Joe2018-02-081-1/+1
|\
| * Fixes bug #75871 Use pkg-config for libxml2 if availablePedro Magalhães2018-02-081-1/+1
| * year++Xinchen Hui2018-01-022-2/+2
* | Use bool instead of boolean in protoGabriel Caruso2018-02-041-20/+20
* | year++Xinchen Hui2018-01-022-2/+2
* | Remove outdated TODO filesPeter Kokot2017-12-091-8/+0
* | 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
* | Remove PHP code examples from xmlreaderPeter Kokot2017-10-1911-170/+0
* | Add tests to XMLReader::expand error pathsThiago Carvalho2017-10-191-0/+29
* | Merge branch 'PHP-7.2'Anatol Belski2017-09-111-2/+2
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-111-2/+2
| |\
| | * Fix test compatibility with libxml2 2.9.5Anatol Belski2017-09-111-2/+2
* | | Get rid of all these old package[2].xml files, most of these had no had a rel...Kalle Sommer Nielsen2017-08-171-75/+0
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-05-022-1/+17
|\ \ | |/
| * Fix bug #74457 Wrong reflection on XMLReader::expandFabien Villepinte2017-05-022-1/+17
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-09-113-0/+59
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-113-0/+59
| |\
| | * Add regression test for bug #73053Christoph M. Becker2016-09-113-0/+59
* | | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-201-0/+84
|/ /
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-05-033-0/+53
|\ \ | |/
| * add test fo rbug 71805Anatol Belski2016-05-033-0/+53
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-012-2/+2
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
| * bump yearXinchen Hui2015-01-152-2/+2
* | make this test Windows onlyAnatol Belski2015-08-211-0/+1
* | add test for bug 70309Anatol Belski2015-08-211-0/+42
* | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-171-1/+1
* | Tweak uncaught exception message displayNikita Popov2015-05-171-1/+1
* | Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-151-1/+4
* | improve searchability for libxml2 headersAnatol Belski2015-05-101-1/+5
* | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-232-1/+4
* | more fixes to the shared compilationAnatol Belski2015-03-233-1/+3
* | fix wars about importing of locally defined symbolsAnatol Belski2015-02-041-0/+8
* | Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-1/+1
* | bump yearXinchen Hui2015-01-152-2/+2
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-132-76/+76