summaryrefslogtreecommitdiff
path: root/ext/xmlreader/php_xmlreader.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - zend_bool for boolean argPierre Joye2005-02-201-1/+2
|
* add optional name parameter to next()Rob Richards2004-07-221-2/+24
| | | | | move to next named sibling skipping subtrees
* Adding next() methodChristian Stocker2004-05-101-0/+26
|
* check for dom supportRob Richards2004-05-101-2/+8
| | | | | remove comment
* - added expand support (see http://www.xmlsoft.org/xmlreader.html#Mixing for ↵Christian Stocker2004-05-101-0/+33
| | | | | | | | the details behind that) CVS: ----------------------------------------------------------------------
* allow ->open() and ->XML() to be called staticallyRob Richards2004-05-071-22/+54
|
* add relaxNG supportRob Richards2004-04-271-2/+178
| | | | | | set xml base directory so it is consistant add validation examples
* initial revisionRob Richards2004-04-191-0/+879
requires PHP 5