summaryrefslogtreecommitdiff
path: root/ext/xml/xml.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #50576 (XML_OPTION_SKIP_TAGSTART option has no effect).Pierrick Charron2010-01-051-2/+2
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-3/+1
* This needs to be larger to avoid an overflow on the bit-shifting in this func...Rasmus Lerdorf2009-08-271-1/+1
* Fix unicode support in utf8_decode()Kalle Sommer Nielsen2009-05-191-3/+3
* - Removed:Felipe Pena2009-03-261-32/+7
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-271-1/+1
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-24/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+24
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-24/+0
* MFB:Felipe Pena2008-08-241-113/+101
* fix foldingAntony Dovgal2008-07-171-1/+2
* support for closuresDmitry Stogov2008-07-171-1/+1
* - MFB: Removed unnecessary #include "zend_arg_defs.c"Felipe Pena2008-07-051-3/+0
* - MFB: Added arginfoFelipe Pena2008-07-011-30/+162
* Fix typoRasmus Lerdorf2008-01-301-1/+1
* Fixed bug #43957Rasmus Lerdorf2008-01-291-3/+15
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
* unicode supportDmitry Stogov2007-07-111-0/+3
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix arguments order (just in the sake of purity)Antony Dovgal2006-12-261-1/+1
* mark more functions unicode compatibleRob Richards2006-11-151-11/+11
* add unicode support so Andrei finally stops asking me about itRob Richards2006-11-151-68/+150
* Error message clean upHannes Magnusson2006-10-081-1/+1
* fix bug #38454 (warning upon disabling handler via xml_set_element_handler)Rob Richards2006-08-151-14/+37
* MFB: Expose the xml_utf8_encode function.Ilia Alshanetsky2006-08-021-2/+1
* Added automatic module globals managementDmitry Stogov2006-06-131-16/+9
* MF51: nuke unused variableAntony Dovgal2006-02-021-2/+1
* Unicode stuff is changed according to decision maden on PDM.Dmitry Stogov2006-01-171-1/+3
* bump year and license versionfoobar2006-01-011-3/+3
* - Nuke php3 legacyfoobar2005-12-061-1/+1
* Fixed Bug #27908 (xml default_handlers not being called)Rob Richards2005-10-121-5/+0
* Unicode support.Andrei Zmievski2005-08-111-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* Use new dependency systemfoobar2005-06-171-0/+12
* - Fix bug #32245 (xml_parser_free() in function assigned to the xml parserRob Richards2005-04-281-0/+11
* - Fix #30266Marcus Boerger2005-03-111-4/+8
* No reason to call empty RINIT, RSHUTDOWN and MSHUTDOWN functions hereRasmus Lerdorf2005-02-071-25/+3
* fix for bug #29657 xml_* functions throw non descriptive error, compared to php4Christian Stocker2004-08-191-2/+2
* Fix bug #27821 xml_parse segfaults when xml_set_object called from class methodRob Richards2004-04-071-2/+8
* - omit WARNING instead of ERROR for x_p_c_nsChristian Stocker2004-02-231-1/+2
* remove compiler warningsChristian Stocker2004-02-231-1/+1
* - make it compile with libxml2 2.5 againChristian Stocker2004-02-231-0/+4
* HEAD is bundled with ZE2Andrey Hristov2004-01-171-2/+0
* Kill warning (bug #26937)foobar2004-01-161-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Removed duplicate php_libxml_(init|shutdown) they are already done byIlia Alshanetsky2003-12-161-7/+1