summaryrefslogtreecommitdiff
path: root/ext/xmlreader/php_xmlreader.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix bug #42139 (XMLReader option constants are broken using XML())Rob Richards2007-09-201-9/+14
* Add arginfoHannes Magnusson2007-07-261-25/+148
* Unicode supportDmitry Stogov2007-07-111-3/+13
* delete useless comments and skeleton leftoversAntony Dovgal2007-01-121-5/+0
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* Error message clean upHannes Magnusson2006-10-081-5/+5
* add missing ifdefAntony Dovgal2006-10-041-0/+2
* MFBNuno Lopes2006-09-161-3/+3
* I believe Rob indicated that XML() should take strictly a binary string.Andrei Zmievski2006-08-041-1/+1
* updated to use new modifier to specify converterRob Richards2006-08-041-44/+6
* fix segfaultRob Richards2006-07-241-6/+6
* Mark XMLReader methods with U.Andrei Zmievski2006-07-221-25/+25
* return EMPTY_TEXT hereRob Richards2006-07-211-1/+1
* unicode support for handling filenamesRob Richards2006-07-211-4/+40
* unicode supportRob Richards2006-07-191-30/+70
* - revert back to using internal bufferRob Richards2006-05-101-23/+36
* - move setSchema to the 2.6.20 block, this method is only available fromPierre Joye2006-03-311-41/+42
* - Add XMLReader::setSchemaMarcus Boerger2006-03-311-4/+42
* - Return NULL instead of '' if node does not existMarcus Boerger2006-03-301-1/+1
* MF51: fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-5/+2
* MFB: fix #36743 (In a class extending XMLReader array properties are not writ...Antony Dovgal2006-03-171-1/+35
* initialize variables and reduce the number of warningsAntony Dovgal2006-02-061-2/+2
* bump year and license versionfoobar2006-01-011-3/+3
* - typo in error msgPierre Joye2005-12-211-1/+1
* - update inline docsPierre Joye2005-12-211-2/+29
* remove leftover codeRob Richards2005-12-201-3/+7
* MFB: fix typoAntony Dovgal2005-12-181-1/+1
* Fix prototypes (MFB)Zeev Suraski2005-12-181-21/+21
* - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend ext...foobar2005-11-251-2/+2
* Allow recursive calls to __get/__set for different propertiesDmitry Stogov2005-11-151-2/+1
* fix #35197 (Destructor is not called) and similar issues in other extensionsAntony Dovgal2005-11-141-1/+1
* move constants to classRob Richards2005-10-131-26/+27
* maintain BC for PECLRob Richards2005-10-071-0/+6
* these should have remained intsRob Richards2005-10-051-1/+1
* - speed and memory usage optimizationsRob Richards2005-10-051-73/+77
* - 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
* - zend_bool for boolean argPierre Joye2005-02-201-1/+2
* add optional name parameter to next()Rob Richards2004-07-221-2/+24
* Adding next() methodChristian Stocker2004-05-101-0/+26
* check for dom supportRob Richards2004-05-101-2/+8
* - added expand support (see http://www.xmlsoft.org/xmlreader.html#Mixing for ...Christian Stocker2004-05-101-0/+33
* allow ->open() and ->XML() to be called staticallyRob Richards2004-05-071-22/+54
* add relaxNG supportRob Richards2004-04-271-2/+178
* initial revisionRob Richards2004-04-191-0/+879