summaryrefslogtreecommitdiff
path: root/ext/xmlreader
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix prototypes (MFB)Zeev Suraski2005-12-181-21/+21
|
* - MFB Add optional dependency to ext/domMarcus Boerger2005-12-171-0/+1
|
* - Use correct configure option style. Enabled by default.foobar2005-12-012-3/+3
|
* - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend ↵foobar2005-11-251-2/+2
| | | | extensions
* 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-135-32/+35
|
* 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-052-77/+77
| | | | | | | | - 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-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
| | | | | or --disable-libxml. Better than silently just leave the ext out..
* 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
|
* no longer experimentalRob Richards2004-08-262-6/+1
| | | | | update package info
* No PECL should be enabled by defaultEdin Kadribasic2004-07-291-1/+1
|
* prep for stable releaseRob Richards2004-07-272-35/+50
|
* add optional name parameter to next()Rob Richards2004-07-221-2/+24
| | | | | move to next named sibling skipping subtrees
* add chregu as maintainerRob Richards2004-05-101-3/+11
| | | | | prep for next release
* 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 package.xmlRob Richards2004-05-041-0/+57
|
* add relaxNG supportRob Richards2004-04-2710-2/+288
| | | | | | set xml base directory so it is consistant add validation examples
* initial revisionRob Richards2004-04-1912-0/+1178
requires PHP 5