Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 2 | -2/+2 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
| | |||||
* | MFH: fix bug #42139 (XMLReader option constants are broken using XML()) | Rob Richards | 2007-09-20 | 2 | -9/+45 |
| | | | | | add test | ||||
* | MFH: arginfo | Hannes Magnusson | 2007-07-26 | 1 | -25/+148 |
| | |||||
* | MFH: nuke skeleton leftovers | Antony Dovgal | 2007-01-12 | 1 | -5/+0 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 |
| | |||||
* | MFH | Antony Dovgal | 2006-10-04 | 1 | -0/+2 |
| | |||||
* | plug leaks that in the previous patch | Nuno Lopes | 2006-09-16 | 1 | -0/+1 |
| | |||||
* | add missing checks around expand_filepath() | Nuno Lopes | 2006-09-16 | 1 | -3/+2 |
| | |||||
* | MFH: fix/add SKIPIF | Hannes Magnusson | 2006-06-27 | 1 | -0/+2 |
| | |||||
* | implement a dummy clone_obj handler for ze1 compat mode | Antony Dovgal | 2006-06-06 | 1 | -1/+16 |
| | | | | | (fixes segfault on every XMLReader instantiation) | ||||
* | Synch with HEAD | Rob Richards | 2006-05-10 | 4 | -62/+170 |
| | | | | | | | | add readInnerXML, readOuterXML, readString, and setSchema functionality allow parser options to be passed when loading reader optimization: use xmlTextReader const functions for string properties add test | ||||
* | #ifdef new functions and use their bodies to make PECL extensions compile ↵ | Antony Dovgal | 2006-04-03 | 1 | -1/+22 |
| | | | | | | | with PHP < 5.1.3 (as was agreed with Ilia) | ||||
* | - MFH Add tests | Marcus Boerger | 2006-03-30 | 4 | -0/+108 |
| | |||||
* | - MFH Return NULL instead of '' if node does not exist | Marcus Boerger | 2006-03-30 | 1 | -1/+1 |
| | |||||
* | fix bug #36898 (__set() leaks in classes extending internal ones) | Antony Dovgal | 2006-03-29 | 1 | -6/+2 |
| | | | | | | | | | Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC) to initialize and destroy zend_object structs | ||||
* | fix #36743 (In a class extending XMLReader array properties are not writable) | Antony Dovgal | 2006-03-17 | 2 | -1/+60 |
| | |||||
* | MFH: initialize variables and reduce the number of warnings | Antony Dovgal | 2006-02-06 | 1 | -2/+2 |
| | |||||
* | int -> long 64bit fixes | Antony Dovgal | 2006-01-11 | 1 | -3/+5 |
| | |||||
* | MFH: fix tests | Rob Richards | 2006-01-04 | 4 | -2/+7 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 2 | -6/+6 |
| | |||||
* | - MFH: add tests, ~70% coverage | Pierre Joye | 2005-12-21 | 14 | -0/+499 |
| | |||||
* | - MFH: typo in error msg | Pierre Joye | 2005-12-21 | 1 | -1/+1 |
| | |||||
* | - fix {{{ | Pierre Joye | 2005-12-21 | 1 | -1/+17 |
| | |||||
* | tix fypo | Antony Dovgal | 2005-12-18 | 1 | -1/+1 |
| | |||||
* | Fix prototypes | Zeev Suraski | 2005-12-18 | 1 | -21/+21 |
| | |||||
* | - Add optional dependency to ext/dom | Marcus Boerger | 2005-12-17 | 1 | -0/+1 |
| | |||||
* | MFH: - Use correct configure option style. Enabled by default. | foobar | 2005-12-01 | 2 | -3/+3 |
| | |||||
* | Allow recursive calls to __get/__set for different properties | Dmitry Stogov | 2005-11-15 | 1 | -2/+1 |
| | |||||
* | MFH: fix #35197 (Destructor is not called) and similar issues in other ↵ | Antony Dovgal | 2005-11-14 | 1 | -1/+1 |
| | | | | extensions | ||||
* | MFH: move constants to class | Rob Richards | 2005-10-13 | 5 | -32/+35 |
| | |||||
* | - 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 |
| |