Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix prototypes (MFB) | Zeev Suraski | 2005-12-18 | 1 | -21/+21 | |
| | ||||||
* | - MFB Add optional dependency to ext/dom | Marcus Boerger | 2005-12-17 | 1 | -0/+1 | |
| | ||||||
* | - Use correct configure option style. Enabled by default. | foobar | 2005-12-01 | 2 | -3/+3 | |
| | ||||||
* | - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend ↵ | foobar | 2005-11-25 | 1 | -2/+2 | |
| | | | | extensions | |||||
* | Allow recursive calls to __get/__set for different properties | Dmitry Stogov | 2005-11-15 | 1 | -2/+1 | |
| | ||||||
* | fix #35197 (Destructor is not called) and similar issues in other extensions | Antony Dovgal | 2005-11-14 | 1 | -1/+1 | |
| | ||||||
* | move constants to class | Rob Richards | 2005-10-13 | 5 | -32/+35 | |
| | ||||||
* | maintain BC for PECL | Rob Richards | 2005-10-07 | 1 | -0/+6 | |
| | ||||||
* | these should have remained ints | Rob Richards | 2005-10-05 | 1 | -1/+1 | |
| | ||||||
* | - speed and memory usage optimizations | Rob Richards | 2005-10-05 | 2 | -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 year | foobar | 2005-08-03 | 2 | -2/+2 | |
| | ||||||
* | Use the new dependency system | foobar | 2005-06-17 | 1 | -1/+7 | |
| | ||||||
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -1/+1 | |
| | ||||||
* | prep for release | Rob Richards | 2005-04-30 | 1 | -9/+7 | |
| | ||||||
* | - Made the libxml related stuff to error out if someone does --disable-all | foobar | 2005-04-27 | 1 | -1/+5 | |
| | | | | | or --disable-libxml. Better than silently just leave the ext out.. | |||||
* | Checks not needed, done by ext/libxml already. | Ilia Alshanetsky | 2005-04-18 | 1 | -8/+0 | |
| | ||||||
* | Added missing safe_mode & open_basedir checks. | Ilia Alshanetsky | 2005-04-17 | 1 | -0/+8 | |
| | ||||||
* | add workaround for libxml bug when using next() method | Rob Richards | 2005-03-10 | 1 | -11/+6 | |
| | | | | | remove some no longer needed windows specific code | |||||
* | - zend_bool for boolean arg | Pierre Joye | 2005-02-20 | 1 | -1/+2 | |
| | ||||||
* | no longer experimental | Rob Richards | 2004-08-26 | 2 | -6/+1 | |
| | | | | | update package info | |||||
* | No PECL should be enabled by default | Edin Kadribasic | 2004-07-29 | 1 | -1/+1 | |
| | ||||||
* | prep for stable release | Rob Richards | 2004-07-27 | 2 | -35/+50 | |
| | ||||||
* | add optional name parameter to next() | Rob Richards | 2004-07-22 | 1 | -2/+24 | |
| | | | | | move to next named sibling skipping subtrees | |||||
* | add chregu as maintainer | Rob Richards | 2004-05-10 | 1 | -3/+11 | |
| | | | | | prep for next release | |||||
* | Adding next() method | Christian Stocker | 2004-05-10 | 1 | -0/+26 | |
| | ||||||
* | check for dom support | Rob Richards | 2004-05-10 | 1 | -2/+8 | |
| | | | | | remove comment | |||||
* | - added expand support (see http://www.xmlsoft.org/xmlreader.html#Mixing for ↵ | Christian Stocker | 2004-05-10 | 1 | -0/+33 | |
| | | | | | | | | the details behind that) CVS: ---------------------------------------------------------------------- | |||||
* | allow ->open() and ->XML() to be called statically | Rob Richards | 2004-05-07 | 1 | -22/+54 | |
| | ||||||
* | add package.xml | Rob Richards | 2004-05-04 | 1 | -0/+57 | |
| | ||||||
* | add relaxNG support | Rob Richards | 2004-04-27 | 10 | -2/+288 | |
| | | | | | | set xml base directory so it is consistant add validation examples | |||||
* | initial revision | Rob Richards | 2004-04-19 | 12 | -0/+1178 | |
requires PHP 5 |