summaryrefslogtreecommitdiff
path: root/ext/xmlreader/php_xmlreader.c
Commit message (Expand)AuthorAgeFilesLines
* Refactored run_time_cache usage in object handlersDmitry Stogov2014-07-071-3/+3
* Fixed memory leak in prop_handlers registeringXinchen Hui2014-05-051-3/+8
* Port XMLReaderXinchen Hui2014-05-041-88/+77
* Bump yearXinchen Hui2014-01-031-1/+1
* Merge branch 'PHP-5.5'Michael Wallner2013-10-041-2/+0
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-10-041-2/+0
| |\
| | * Fixed bug #64230 (XMLReader does not suppress errors)Michael Wallner2013-10-041-2/+0
* | | fix bug #55285 XMLReader::getAttribute/No/Ns methods inconsistencyMichael Wallner2013-10-031-6/+0
|/ /
* | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-10-031-0/+1
|\ \ | |/
| * fix bug #59613 (Crash with clone XMLReader)Michael Wallner2013-10-031-0/+1
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-4/+4
| * Happy New YearXinchen Hui2013-01-011-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * Removal of deadcode identified by coverityIlia Alshanetsky2011-08-081-2/+2
| * - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| * - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-3/+3
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-4/+4
* | fix bug #49348 - issue notice on get_property_ptr_ptr when used for readStanislav Malyshev2013-02-181-22/+22
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | Removal of deadcode identified by coverityIlia Alshanetsky2011-08-081-2/+2
* | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* | - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-3/+3
|/
* Fix use after free() in XMLReader::xml()Scott MacVicar2011-05-131-3/+11
* Fix common typos in the source code (Reported in Bug #54065)Pierrick Charron2011-04-031-4/+4
* - Year++Felipe Pena2011-01-011-1/+1
* Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-2/+1
* Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-6/+6
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-25/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+25
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-25/+0
* fix protoHannes Magnusson2008-08-231-1/+1
* MFH: add parameter allowing node to be exported into existing Document contex...Rob Richards2008-06-161-14/+24
* one more forgotten ze1_compat leftoverAntony Dovgal2008-03-181-16/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
* MFH: fix bug #42139 (XMLReader option constants are broken using XML())Rob Richards2007-09-201-9/+14
* MFH: arginfoHannes Magnusson2007-07-261-25/+148
* MFH: nuke skeleton leftoversAntony Dovgal2007-01-121-5/+0
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFHAntony Dovgal2006-10-041-0/+2
* plug leaks that in the previous patchNuno Lopes2006-09-161-0/+1
* add missing checks around expand_filepath()Nuno Lopes2006-09-161-3/+2
* implement a dummy clone_obj handler for ze1 compat modeAntony Dovgal2006-06-061-1/+16
* Synch with HEADRob Richards2006-05-101-59/+107