summaryrefslogtreecommitdiff
path: root/ext/xmlreader/php_xmlreader.h
Commit message (Collapse)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
|
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFB: remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
| | | | | #in preparation for the gcc 4 visibility patch
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* - revert back to using internal bufferRob Richards2006-05-101-0/+2
| | | | | origional string may be modified during parse causing possible crash
* bump year and license versionfoobar2006-01-011-3/+3
|
* move constants to classRob Richards2005-10-131-0/+2
|
* - speed and memory usage optimizationsRob Richards2005-10-051-4/+0
| | | | | | | | - implement readInnerXml, readOuterXml and readString: requires libxml 2.6.20 - add encoding and options paramters to open and XML methods options from libxml extension may be passed i.e. LIBXML_XINCLUDE to perform xinclude during read
* - Bumber up yearfoobar2005-08-031-1/+1
|
* add relaxNG supportRob Richards2004-04-271-0/+1
| | | | | | set xml base directory so it is consistant add validation examples
* initial revisionRob Richards2004-04-191-0/+71
requires PHP 5