Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Fix build, missing comma | Scott MacVicar | 2009-01-12 | 1 | -1/+1 |
| | |||||
* | The previous error was masked by a missing entry, sync them back up. | Scott MacVicar | 2009-01-12 | 1 | -0/+1 |
| | |||||
* | This entry doesn't exist upstream any more, it also caused all error ↵ | Scott MacVicar | 2009-01-12 | 1 | -1/+0 |
| | | | | messages to be one off. | ||||
* | MFH: fix bug #45996 (libxml2 2.7 causes breakage with character data in ↵ | Rob Richards | 2009-01-11 | 1 | -0/+4 |
| | | | | xml_parse()) | ||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: fix bug #46699: (xml_parse crash when parser is namespace aware) | Rob Richards | 2008-12-12 | 1 | -3/+74 |
| | | | | | | fix a couple warnings add test | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | MFH: Fixed bug #35447 (xml_parse_into_struct() chokes on the UTF-8 BOM) | Rob Richards | 2005-12-19 | 1 | -5/+2 |
| | | | | | add test | ||||
* | MFH: use spprintf where appropriate | Rob Richards | 2005-10-12 | 1 | -17/+18 |
| | |||||
* | MFH: Fixed Bug #27908 (xml default_handlers not being called) | Rob Richards | 2005-10-12 | 1 | -23/+44 |
| | | | | | | Fix memleak when entitydecls are parsed remove old ifdefs | ||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | SystemID and publicID params reversed in declaration handlers | Rob Richards | 2005-07-31 | 1 | -2/+2 |
| | |||||
* | - Made it possible to build ext/xmlrpc with libxml2 | foobar | 2005-03-26 | 1 | -1/+1 |
| | |||||
* | Fixed bug #32001 (xml_parse_into_struct() exceeds maximum execution time) | Rob Richards | 2005-03-02 | 1 | -0/+31 |
| | |||||
* | Declare error_mapping array as static and more const. | Joe Orton | 2005-02-17 | 1 | -1/+1 |
| | |||||
* | Fixed bug #31139 (XML Parser Functions seem to drop & when parsing) | Rob Richards | 2004-12-17 | 1 | -1/+2 |
| | |||||
* | internal entities get expanded if no default handler but cdata handler exists | Rob Richards | 2004-11-21 | 1 | -1/+6 |
| | |||||
* | Fixed bug #30061 (xml_set_start_namespace_decl_handler not called) | Rob Richards | 2004-11-18 | 1 | -16/+41 |
| | | | | | hopefully resolve a bunch of entity issues | ||||
* | Fixed bug #30832 ("!" stripped off comments in xml parser) | Rob Richards | 2004-11-18 | 1 | -4/+10 |
| | | | | | reset sax->initialized flag when not using SAX2 | ||||
* | fix SAX2 handling to work with libxml 2.6.16 | Rob Richards | 2004-11-18 | 1 | -3/+4 |
| | |||||
* | Fixed bug #30566 (attribute namespace URIs are inconsistent when parsing). | Rob Richards | 2004-11-13 | 1 | -1/+1 |
| | |||||
* | fix for bug #29657 xml_* functions throw non descriptive error, compared to php4 | Christian Stocker | 2004-08-19 | 1 | -64/+64 |
| | | | | | | fix for bug #29711 libxml and non iso-8859-1. If no encoding specified, it defaults to UTF-8 now | ||||
* | Fix bug #27821 xml_parse segfaults when xml_set_object called from class method | Rob Richards | 2004-04-07 | 1 | -0/+2 |
| | | | | | fix memleaks in compat.c | ||||
* | fix win32 compile with libxml 2.6 | Rob Richards | 2004-02-24 | 1 | -2/+5 |
| | | | | | fix mem leaks | ||||
* | - mixed up name and value... fixed | Christian Stocker | 2004-02-23 | 1 | -6/+6 |
| | |||||
* | fix attribute handling in combination with sax2 | Christian Stocker | 2004-02-23 | 1 | -3/+29 |
| | |||||
* | remove compiler warnings | Christian Stocker | 2004-02-23 | 1 | -0/+2 |
| | |||||
* | - make it compile with libxml2 2.5 again | Christian Stocker | 2004-02-23 | 1 | -1/+14 |
| | | | | | | - disable xml_parser_create_ns with libxml2 2.5 for the time being - the #if s can be removed, once we insist on libxml2 2.6 | ||||
* | Fix broken Namespace support, use libxml2 namespace methods instead of | Christian Stocker | 2004-02-22 | 1 | -176/+64 |
| | | | | | | | | homebrown solution: - default namespaces are recognized - different namespaces with same prefix in different nodes are treated correctly - libxml2 parser warnings are not errors anymore | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Export expat compat functions. | Wez Furlong | 2003-12-19 | 1 | -23/+32 |
| | | | | | | | "Implement" XML_GetCurrentByteCount(); probably not 100% correct, but the only usage of it is by xmlrpc extension when reporting an error; it should be safe. | ||||
* | xmlCtxtSetOptions() isn't available in the versions up to 2.6.x | Moriyoshi Koizumi | 2003-12-05 | 1 | -1/+1 |
| | | | | | # Thanks Rob | ||||
* | Fix libexpat build. | Moriyoshi Koizumi | 2003-12-05 | 1 | -2/+2 |
| | | | | | Improve replaceEntities patch. | ||||
* | Fixed bug #26528 (HTML entities are not being decoded by | Ilia Alshanetsky | 2003-12-05 | 1 | -0/+1 |
| | | | | | xml_parse()/xml_parse_into_struct()). | ||||
* | Partial fix for bug #25803 (xml_get_current_byte_index() always returns 0) | Moriyoshi Koizumi | 2003-11-24 | 1 | -1/+2 |
| | |||||
* | fix for bug #25666 (XML namespaces broken in PHP5) | Rob Richards | 2003-09-29 | 1 | -19/+138 |
| | |||||
* | signed/unsigned compiler warning fixes | Hartmut Holzgraefe | 2003-09-26 | 1 | -1/+1 |
| | |||||
* | allow building without libxml2 under win32 | Wez Furlong | 2003-08-22 | 1 | -0/+2 |
| | |||||
* | fix libxml2 when dealing with character data | Sterling Hughes | 2003-06-29 | 1 | -1/+5 |
| | |||||
* | some friendly names... | Sterling Hughes | 2003-06-26 | 1 | -16/+16 |
| | |||||
* | remove leftover parser->mem_hdlrs - compiles now | Rob Richards | 2003-06-15 | 1 | -1/+0 |
| | |||||
* | Removed xmlMemSetup() code as it doesn't help at all. | Moriyoshi Koizumi | 2003-06-15 | 1 | -27/+3 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | rename namespace to use_namespace to avoid a c++ keyword conflict | Sterling Hughes | 2003-05-22 | 1 | -5/+5 |
| | | | | | fix whitespace surrounding the enums, use tabs please :) |