summaryrefslogtreecommitdiff
path: root/ext/xmlreader/php_xmlreader.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Felipe Pena2011-06-061-3/+3
| | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* 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
| | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :)
* - Year++Felipe Pena2011-01-011-1/+1
|
* Added caches to eliminate repeatable run-time bindings of functions, ↵Dmitry Stogov2010-05-241-2/+1
| | | | classes, constants, methods and properties
* Changed the structure of op_array.opcodes. The constant values are moved ↵Dmitry Stogov2010-04-201-6/+6
| | | | from opcode operands into a separate literal table
* 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 ↵Rob Richards2008-06-161-14/+24
| | | | | | | | context [DOC] add test fix warnings
* 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
| | | | | add test
* 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
| | | | | (fixes segfault on every XMLReader instantiation)
* Synch with HEADRob Richards2006-05-101-59/+107
| | | | | | | | add readInnerXML, readOuterXML, readString, and setSchema functionality allow parser options to be passed when loading reader optimization: use xmlTextReader const functions for string properties add test
* #ifdef new functions and use their bodies to make PECL extensions compile ↵Antony Dovgal2006-04-031-1/+22
| | | | | | | with PHP < 5.1.3 (as was agreed with Ilia)
* - MFH Return NULL instead of '' if node does not existMarcus Boerger2006-03-301-1/+1
|
* fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-6/+2
| | | | | | | | | Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC) to initialize and destroy zend_object structs
* fix #36743 (In a class extending XMLReader array properties are not writable)Antony Dovgal2006-03-171-1/+35
|
* MFH: initialize variables and reduce the number of warningsAntony Dovgal2006-02-061-2/+2
|
* int -> long 64bit fixesAntony Dovgal2006-01-111-3/+5
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - MFH: typo in error msgPierre Joye2005-12-211-1/+1
|
* - fix {{{Pierre Joye2005-12-211-1/+17
|
* tix fypoAntony Dovgal2005-12-181-1/+1
|
* Fix prototypesZeev Suraski2005-12-181-21/+21
|
* Allow recursive calls to __get/__set for different propertiesDmitry Stogov2005-11-151-2/+1
|
* MFH: fix #35197 (Destructor is not called) and similar issues in other ↵Antony Dovgal2005-11-141-1/+1
| | | | extensions
* MFH: move constants to classRob Richards2005-10-131-26/+27
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Use the new dependency systemfoobar2005-06-171-1/+7
|
* Checks not needed, done by ext/libxml already.Ilia Alshanetsky2005-04-181-8/+0
|
* Added missing safe_mode & open_basedir checks.Ilia Alshanetsky2005-04-171-0/+8
|
* add workaround for libxml bug when using next() methodRob Richards2005-03-101-11/+6
| | | | | remove some no longer needed windows specific code