Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 :) | |||||
* | use libxml2 memory management throughout the file, which in turn uses the | Sterling Hughes | 2003-05-19 | 1 | -1/+1 | |
| | | | | | PHP memory management. | |||||
* | send some more data to the default handler | Sterling Hughes | 2003-05-19 | 1 | -2/+29 | |
| | | | | | libxml2 is braindead when it comes to handling entities | |||||
* | send comments to the default handler like done with expat, add a | Sterling Hughes | 2003-05-17 | 1 | -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 to | Moriyoshi Koizumi | 2003-05-16 | 1 | -1/+5 | |
| | | | | | XML_ParserCreate_MM is null. | |||||
* | Filled error_mappings[] with placeholders for actual error messages | Moriyoshi Koizumi | 2003-05-07 | 1 | -1/+99 | |
| | ||||||
* | Added missing object initialisation | Moriyoshi Koizumi | 2003-05-07 | 1 | -1/+30 | |
| | | | | | Added missing sanity checks | |||||
* | Fixed typos | Moriyoshi Koizumi | 2003-05-07 | 1 | -2/+2 | |
| | ||||||
* | This should be needed. | Moriyoshi Koizumi | 2003-05-07 | 1 | -0/+1 | |
| | ||||||
* | Added even better allocator codes for both expat & libxml | Moriyoshi Koizumi | 2003-05-07 | 1 | -13/+41 | |
| | ||||||
* | Bundle libxml and add compatibility layer | Sterling Hughes | 2003-05-06 | 1 | -0/+369 | |