Revision tags: php-5.0.0b3RC1 |
|
#
657b7e08 |
| 05-Dec-2003 |
Moriyoshi Koizumi |
xmlCtxtSetOptions() isn't available in the versions up to 2.6.x # Thanks Rob
|
#
50dad38c |
| 05-Dec-2003 |
Moriyoshi Koizumi |
Fix libexpat build. Improve replaceEntities patch.
|
#
ce0b3dec |
| 05-Dec-2003 |
Ilia Alshanetsky |
Fixed bug #26528 (HTML entities are not being decoded by xml_parse()/xml_parse_into_struct()).
|
#
4b439176 |
| 24-Nov-2003 |
Moriyoshi Koizumi |
Partial fix for bug #25803 (xml_get_current_byte_index() always returns 0)
|
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1 |
|
#
5fa23c59 |
| 29-Sep-2003 |
Rob Richards |
fix for bug #25666 (XML namespaces broken in PHP5)
|
#
075e66cc |
| 26-Sep-2003 |
Hartmut Holzgraefe |
signed/unsigned compiler warning fixes
|
Revision tags: RELEASE_0_7, php-4.3.3 |
|
#
21329c5e |
| 22-Aug-2003 |
Wez Furlong |
allow building without libxml2 under win32
|
Revision tags: php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1 |
|
#
681d6bfa |
| 29-Jun-2003 |
Sterling Hughes |
fix libxml2 when dealing with character data
|
#
a8eba3cc |
| 26-Jun-2003 |
Sterling Hughes |
some friendly names...
|
Revision tags: php-4.3.3RC1 |
|
#
19a9489c |
| 15-Jun-2003 |
Rob Richards |
remove leftover parser->mem_hdlrs - compiles now
|
#
f9b194f6 |
| 15-Jun-2003 |
Moriyoshi Koizumi |
Removed xmlMemSetup() code as it doesn't help at all.
|
#
f68c7ff2 |
| 10-Jun-2003 |
James Cox |
updating license information in the headers.
|
Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4 |
|
#
d844c284 |
| 22-May-2003 |
Sterling Hughes |
rename namespace to use_namespace to avoid a c++ keyword conflict fix whitespace surrounding the enums, use tabs please :)
|
Revision tags: BEFORE_FD_REVERT |
|
#
4cf3e8f3 |
| 19-May-2003 |
Sterling Hughes |
use libxml2 memory management throughout the file, which in turn uses the PHP memory management.
|
#
29eb3997 |
| 19-May-2003 |
Sterling Hughes |
send some more data to the default handler libxml2 is braindead when it comes to handling entities
|
#
00e48b7f |
| 17-May-2003 |
Sterling Hughes |
send comments to the default handler like done with expat, add a setcommenthandler function, which exists in expat, but isn't used by the extension.
|
#
b67f2dc9 |
| 16-May-2003 |
Moriyoshi Koizumi |
Allow libxml to detect the document encoding if encoding parameter passed to XML_ParserCreate_MM is null.
|
Revision tags: php-4.3.2RC3, RELEASE_0_9b |
|
#
02c9b14c |
| 07-May-2003 |
Moriyoshi Koizumi |
Filled error_mappings[] with placeholders for actual error messages
|
#
891bd02e |
| 07-May-2003 |
Moriyoshi Koizumi |
Added missing object initialisation Added missing sanity checks
|
#
cced1b26 |
| 07-May-2003 |
Moriyoshi Koizumi |
Fixed typos
|
#
8c539518 |
| 07-May-2003 |
Moriyoshi Koizumi |
This should be needed.
|
#
21661d3b |
| 07-May-2003 |
Moriyoshi Koizumi |
Added even better allocator codes for both expat & libxml
|
#
a0351b09 |
| 06-May-2003 |
Sterling Hughes |
Bundle libxml and add compatibility layer
|