summaryrefslogtreecommitdiff
path: root/ext/xml/compat.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | hopefully resolve a bunch of entity issues
* Fixed bug #30832 ("!" stripped off comments in xml parser)Rob Richards2004-11-181-4/+10
| | | | | reset sax->initialized flag when not using SAX2
* 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 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 methodRob Richards2004-04-071-0/+2
| | | | | fix memleaks in compat.c
* fix win32 compile with libxml 2.6Rob Richards2004-02-241-2/+5
| | | | | fix mem leaks
* - 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
| | | | | | - 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 ofChristian Stocker2004-02-221-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 5Andi Gutmans2004-01-081-2/+2
|
* Export expat compat functions.Wez Furlong2003-12-191-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.xMoriyoshi Koizumi2003-12-051-1/+1
| | | | | # Thanks Rob
* Fix libexpat build.Moriyoshi Koizumi2003-12-051-2/+2
| | | | | Improve replaceEntities patch.
* Fixed bug #26528 (HTML entities are not being decoded byIlia Alshanetsky2003-12-051-0/+1
| | | | | xml_parse()/xml_parse_into_struct()).
* 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
| | | | | fix whitespace surrounding the enums, use tabs please :)
* use libxml2 memory management throughout the file, which in turn uses theSterling Hughes2003-05-191-1/+1
| | | | | PHP memory management.
* send some more data to the default handlerSterling Hughes2003-05-191-2/+29
| | | | | libxml2 is braindead when it comes to handling entities
* send comments to the default handler like done with expat, add aSterling Hughes2003-05-171-2/+34
| | | | | | setcommenthandler function, which exists in expat, but isn't used by the extension.
* Allow libxml to detect the document encoding if encoding parameter passed toMoriyoshi Koizumi2003-05-161-1/+5
| | | | | XML_ParserCreate_MM is null.
* Filled error_mappings[] with placeholders for actual error messagesMoriyoshi Koizumi2003-05-071-1/+99
|
* Added missing object initialisationMoriyoshi Koizumi2003-05-071-1/+30
| | | | | Added missing sanity checks
* Fixed typosMoriyoshi Koizumi2003-05-071-2/+2
|
* This should be needed.Moriyoshi Koizumi2003-05-071-0/+1
|
* Added even better allocator codes for both expat & libxmlMoriyoshi Koizumi2003-05-071-13/+41
|
* Bundle libxml and add compatibility layerSterling Hughes2003-05-061-0/+369