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 |
| | |||||
* | - Dropped *_TEXT* macros in favor of unicode macros direct usage | Felipe Pena | 2009-05-25 | 1 | -4/+4 |
| | |||||
* | - Removed unicode.semantics check | Felipe Pena | 2009-03-27 | 1 | -1/+1 |
| | |||||
* | - Removed: | Felipe Pena | 2009-03-26 | 1 | -3/+3 |
| | | | | | | | | | | | | - UG(unicode) checks - pcre_cache_entry.unicode_mode - Changed: - ZEND_STR_TYPE -> IS_UNICODE - convert_to_text -> convert_to_unicode - convert_to_text_ex -> convert_to_unicode_ex (Felipe, Steph) | ||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 2 | -2/+2 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 2 | -2/+2 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) | Felipe Pena | 2008-11-17 | 1 | -25/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+25 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -25/+0 |
| | |||||
* | Fix proto | Hannes Magnusson | 2008-08-23 | 1 | -1/+1 |
| | |||||
* | add parameter allowing node to be exported into existing Document context | Rob Richards | 2008-06-16 | 2 | -4/+51 |
| | | | | | | add test fix warnings | ||||
* | - Removed UEXPECT(F) | Felipe Pena | 2008-05-27 | 2 | -18/+0 |
| | |||||
* | MFB: remove unused PHP_EXTNAME_API macros. | Nuno Lopes | 2008-01-03 | 1 | -6/+0 |
| | | | | | #in preparation for the gcc 4 visibility patch | ||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
| | |||||
* | Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -1/+1 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -2/+2 |
| | |||||
* | fix bug #42139 (XMLReader option constants are broken using XML()) | Rob Richards | 2007-09-20 | 2 | -9/+45 |
| | | | | | add test | ||||
* | Add arginfo | Hannes Magnusson | 2007-07-26 | 1 | -25/+148 |
| | |||||
* | Unicode support | Dmitry Stogov | 2007-07-11 | 2 | -4/+14 |
| | |||||
* | delete useless comments and skeleton leftovers | Antony Dovgal | 2007-01-12 | 1 | -5/+0 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 |
| | |||||
* | Error message clean up | Hannes Magnusson | 2006-10-08 | 1 | -5/+5 |
| | | | | | (patch by Matt W (php_lists -AT- realpain.com)) | ||||
* | add missing ifdef | Antony Dovgal | 2006-10-04 | 1 | -0/+2 |
| | |||||
* | MFB | Nuno Lopes | 2006-09-16 | 1 | -3/+3 |
| | |||||
* | update tests | Rob Richards | 2006-08-05 | 10 | -18/+18 |
| | | | | | use binary strings for XML() method | ||||
* | I believe Rob indicated that XML() should take strictly a binary string. | Andrei Zmievski | 2006-08-04 | 1 | -1/+1 |
| | |||||
* | updated to use new modifier to specify converter | Rob Richards | 2006-08-04 | 1 | -44/+6 |
| | |||||
* | fix segfault | Rob Richards | 2006-07-24 | 1 | -6/+6 |
| | |||||
* | Mark XMLReader methods with U. | Andrei Zmievski | 2006-07-22 | 1 | -25/+25 |
| | |||||
* | return EMPTY_TEXT here | Rob Richards | 2006-07-21 | 1 | -1/+1 |
| | |||||
* | unicode support for handling filenames | Rob Richards | 2006-07-21 | 1 | -4/+40 |
| | |||||
* | unicode support | Rob Richards | 2006-07-19 | 3 | -30/+88 |
| | | | | | update tests | ||||
* | Fix/add SKIPIF | Hannes Magnusson | 2006-06-27 | 1 | -0/+2 |
| | |||||
* | - revert back to using internal buffer | Rob Richards | 2006-05-10 | 2 | -23/+38 |
| | | | | | origional string may be modified during parse causing possible crash | ||||
* | - move setSchema to the 2.6.20 block, this method is only available from | Pierre Joye | 2006-03-31 | 1 | -41/+42 |
| | | | | | this version | ||||
* | - Add XMLReader::setSchema | Marcus Boerger | 2006-03-31 | 3 | -4/+104 |
| | |||||
* | - Add another test | Marcus Boerger | 2006-03-30 | 3 | -0/+74 |
| | |||||
* | - Return NULL instead of '' if node does not exist | Marcus Boerger | 2006-03-30 | 1 | -1/+1 |
| | |||||
* | MF51: fix bug #36898 (__set() leaks in classes extending internal ones) | Antony Dovgal | 2006-03-29 | 1 | -5/+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) | ||||
* | MFB: fix #36743 (In a class extending XMLReader array properties are not ↵ | Antony Dovgal | 2006-03-17 | 2 | -1/+60 |
| | | | | writable) | ||||
* | initialize variables and reduce the number of warnings | Antony Dovgal | 2006-02-06 | 1 | -2/+2 |
| | |||||
* | fix tests | Rob Richards | 2006-01-04 | 4 | -2/+7 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 2 | -6/+6 |
| | |||||
* | - skip NG if no SCHEMAS support | Pierre Joye | 2005-12-21 | 2 | -2/+8 |
| | | | | | - skip readInner/OuterXml if not defined | ||||
* | - readInnerXml() and readOuterXml() test | Pierre Joye | 2005-12-21 | 1 | -0/+31 |
| | |||||
* | - add some tests, ~70% now | Pierre Joye | 2005-12-21 | 14 | -0/+499 |
| | |||||
* | - typo in error msg | Pierre Joye | 2005-12-21 | 1 | -1/+1 |
| | |||||
* | - update inline docs | Pierre Joye | 2005-12-21 | 1 | -2/+29 |
| | | | | | - fix {{{ }}} | ||||
* | remove leftover code | Rob Richards | 2005-12-20 | 1 | -3/+7 |
| | | | | | | clear zend_object rather than deal with the guards issue notice if node is of a type that cannot be expanded | ||||
* | MFB: fix typo | Antony Dovgal | 2005-12-18 | 1 | -1/+1 |
| |