summaryrefslogtreecommitdiff
path: root/ext/xmlreader
Commit message (Expand)AuthorAgeFilesLines
* - 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-162-14/+61
* one more forgotten ze1_compat leftoverAntony Dovgal2008-03-181-16/+1
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
* 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-202-9/+45
* MFH: arginfoHannes Magnusson2007-07-261-25/+148
* MFH: nuke skeleton leftoversAntony Dovgal2007-01-121-5/+0
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
* 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
* MFH: fix/add SKIPIFHannes Magnusson2006-06-271-0/+2
* implement a dummy clone_obj handler for ze1 compat modeAntony Dovgal2006-06-061-1/+16
* Synch with HEADRob Richards2006-05-104-62/+170
* #ifdef new functions and use their bodies to make PECL extensions compile wit...Antony Dovgal2006-04-031-1/+22
* - MFH Add testsMarcus Boerger2006-03-304-0/+108
* - 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
* fix #36743 (In a class extending XMLReader array properties are not writable)Antony Dovgal2006-03-172-1/+60
* MFH: initialize variables and reduce the number of warningsAntony Dovgal2006-02-061-2/+2
* int -> long 64bit fixesAntony Dovgal2006-01-111-3/+5
* MFH: fix testsRob Richards2006-01-044-2/+7
* bump year and license versionfoobar2006-01-012-6/+6
* - MFH: add tests, ~70% coveragePierre Joye2005-12-2114-0/+499
* - 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
* - Add optional dependency to ext/domMarcus Boerger2005-12-171-0/+1
* MFH: - Use correct configure option style. Enabled by default.foobar2005-12-012-3/+3
* 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 extens...Antony Dovgal2005-11-141-1/+1
* MFH: move constants to classRob Richards2005-10-135-32/+35
* - Bumber up yearfoobar2005-08-032-2/+2
* Use the new dependency systemfoobar2005-06-171-1/+7
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
* prep for releaseRob Richards2005-04-301-9/+7
* - Made the libxml related stuff to error out if someone does --disable-allfoobar2005-04-271-1/+5
* 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
* - zend_bool for boolean argPierre Joye2005-02-201-1/+2
* no longer experimentalRob Richards2004-08-262-6/+1
* No PECL should be enabled by defaultEdin Kadribasic2004-07-291-1/+1