summaryrefslogtreecommitdiff
path: root/ext/xmlreader
Commit message (Collapse)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
|
* - Dropped *_TEXT* macros in favor of unicode macros direct usageFelipe Pena2009-05-251-4/+4
|
* - Removed unicode.semantics checkFelipe Pena2009-03-271-1/+1
|
* - Removed:Felipe Pena2009-03-261-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 outMarcus Boerger2009-03-102-2/+2
|
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-25/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+25
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-25/+0
|
* Fix protoHannes Magnusson2008-08-231-1/+1
|
* add parameter allowing node to be exported into existing Document contextRob Richards2008-06-162-4/+51
| | | | | | add test fix warnings
* - Removed UEXPECT(F)Felipe Pena2008-05-272-18/+0
|
* MFB: remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
| | | | | #in preparation for the gcc 4 visibility patch
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
|
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
|
* fix bug #42139 (XMLReader option constants are broken using XML())Rob Richards2007-09-202-9/+45
| | | | | add test
* Add arginfoHannes Magnusson2007-07-261-25/+148
|
* Unicode supportDmitry Stogov2007-07-112-4/+14
|
* delete useless comments and skeleton leftoversAntony Dovgal2007-01-121-5/+0
|
* Bump year.Sebastian Bergmann2007-01-012-2/+2
|
* Error message clean upHannes Magnusson2006-10-081-5/+5
| | | | | (patch by Matt W (php_lists -AT- realpain.com))
* add missing ifdefAntony Dovgal2006-10-041-0/+2
|
* MFBNuno Lopes2006-09-161-3/+3
|
* update testsRob Richards2006-08-0510-18/+18
| | | | | use binary strings for XML() method
* I believe Rob indicated that XML() should take strictly a binary string.Andrei Zmievski2006-08-041-1/+1
|
* updated to use new modifier to specify converterRob Richards2006-08-041-44/+6
|
* fix segfaultRob Richards2006-07-241-6/+6
|
* Mark XMLReader methods with U.Andrei Zmievski2006-07-221-25/+25
|
* return EMPTY_TEXT hereRob Richards2006-07-211-1/+1
|
* unicode support for handling filenamesRob Richards2006-07-211-4/+40
|
* unicode supportRob Richards2006-07-193-30/+88
| | | | | update tests
* Fix/add SKIPIFHannes Magnusson2006-06-271-0/+2
|
* - revert back to using internal bufferRob Richards2006-05-102-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 fromPierre Joye2006-03-311-41/+42
| | | | | this version
* - Add XMLReader::setSchemaMarcus Boerger2006-03-313-4/+104
|
* - Add another testMarcus Boerger2006-03-303-0/+74
|
* - Return NULL instead of '' if node does not existMarcus Boerger2006-03-301-1/+1
|
* MF51: fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-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 Dovgal2006-03-172-1/+60
| | | | writable)
* initialize variables and reduce the number of warningsAntony Dovgal2006-02-061-2/+2
|
* fix testsRob Richards2006-01-044-2/+7
|
* bump year and license versionfoobar2006-01-012-6/+6
|
* - skip NG if no SCHEMAS supportPierre Joye2005-12-212-2/+8
| | | | | - skip readInner/OuterXml if not defined
* - readInnerXml() and readOuterXml() testPierre Joye2005-12-211-0/+31
|
* - add some tests, ~70% nowPierre Joye2005-12-2114-0/+499
|
* - typo in error msgPierre Joye2005-12-211-1/+1
|
* - update inline docsPierre Joye2005-12-211-2/+29
| | | | | - fix {{{ }}}
* remove leftover codeRob Richards2005-12-201-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 typoAntony Dovgal2005-12-181-1/+1
|