summaryrefslogtreecommitdiff
path: root/ext/xml/compat.c
Commit message (Expand)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fix build, missing commaScott MacVicar2009-01-121-1/+1
* The previous error was masked by a missing entry, sync them back up.Scott MacVicar2009-01-121-0/+1
* This entry doesn't exist upstream any more, it also caused all error messages...Scott MacVicar2009-01-121-1/+0
* MFH: fix bug #45996 (libxml2 2.7 causes breakage with character data in xml_p...Rob Richards2009-01-111-0/+4
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: fix bug #46699: (xml_parse crash when parser is namespace aware)Rob Richards2008-12-121-3/+74
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: Fixed bug #35447 (xml_parse_into_struct() chokes on the UTF-8 BOM)Rob Richards2005-12-191-5/+2
* MFH: use spprintf where appropriateRob Richards2005-10-121-17/+18
* MFH: Fixed Bug #27908 (xml default_handlers not being called)Rob Richards2005-10-121-23/+44
* - Bumber up yearfoobar2005-08-031-1/+1
* SystemID and publicID params reversed in declaration handlersRob Richards2005-07-311-2/+2
* - Made it possible to build ext/xmlrpc with libxml2foobar2005-03-261-1/+1
* Fixed bug #32001 (xml_parse_into_struct() exceeds maximum execution time)Rob Richards2005-03-021-0/+31
* Declare error_mapping array as static and more const.Joe Orton2005-02-171-1/+1
* Fixed bug #31139 (XML Parser Functions seem to drop & when parsing)Rob Richards2004-12-171-1/+2
* internal entities get expanded if no default handler but cdata handler existsRob Richards2004-11-211-1/+6
* Fixed bug #30061 (xml_set_start_namespace_decl_handler not called)Rob Richards2004-11-181-16/+41
* Fixed bug #30832 ("!" stripped off comments in xml parser)Rob Richards2004-11-181-4/+10
* fix SAX2 handling to work with libxml 2.6.16Rob Richards2004-11-181-3/+4
* Fixed bug #30566 (attribute namespace URIs are inconsistent when parsing).Rob Richards2004-11-131-1/+1
* fix for bug #29657 xml_* functions throw non descriptive error, compared to php4Christian Stocker2004-08-191-64/+64
* Fix bug #27821 xml_parse segfaults when xml_set_object called from class methodRob Richards2004-04-071-0/+2
* fix win32 compile with libxml 2.6Rob Richards2004-02-241-2/+5
* - mixed up name and value... fixedChristian Stocker2004-02-231-6/+6
* fix attribute handling in combination with sax2Christian Stocker2004-02-231-3/+29
* remove compiler warningsChristian Stocker2004-02-231-0/+2
* - make it compile with libxml2 2.5 againChristian Stocker2004-02-231-1/+14
* Fix broken Namespace support, use libxml2 namespace methods instead ofChristian Stocker2004-02-221-176/+64
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Export expat compat functions.Wez Furlong2003-12-191-23/+32
* xmlCtxtSetOptions() isn't available in the versions up to 2.6.xMoriyoshi Koizumi2003-12-051-1/+1
* Fix libexpat build.Moriyoshi Koizumi2003-12-051-2/+2
* Fixed bug #26528 (HTML entities are not being decoded byIlia Alshanetsky2003-12-051-0/+1
* Partial fix for bug #25803 (xml_get_current_byte_index() always returns 0)Moriyoshi Koizumi2003-11-241-1/+2
* fix for bug #25666 (XML namespaces broken in PHP5)Rob Richards2003-09-291-19/+138
* signed/unsigned compiler warning fixesHartmut Holzgraefe2003-09-261-1/+1
* allow building without libxml2 under win32Wez Furlong2003-08-221-0/+2
* fix libxml2 when dealing with character dataSterling Hughes2003-06-291-1/+5
* some friendly names...Sterling Hughes2003-06-261-16/+16
* remove leftover parser->mem_hdlrs - compiles nowRob Richards2003-06-151-1/+0
* Removed xmlMemSetup() code as it doesn't help at all.Moriyoshi Koizumi2003-06-151-27/+3
* updating license information in the headers.James Cox2003-06-101-3/+3
* rename namespace to use_namespace to avoid a c++ keyword conflictSterling Hughes2003-05-221-5/+5