History log of /PHP-7.4/ext/xml/compat.c (Results 51 – 75 of 95)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 855f7dfd 12-Oct-2005 Rob Richards

MFH: Fixed Bug #27908 (xml default_handlers not being called)
Fix memleak when entitydecls are parsed
remove old ifdefs


Revision tags: php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


# 0cbcd08e 31-Jul-2005 Rob Richards

SystemID and publicID params reversed in declaration handlers


Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1, RELEASE_0_3, php-5.0.4, php-4.3.11
# a8b29a2e 26-Mar-2005 foobar

- Made it possible to build ext/xmlrpc with libxml2


Revision tags: php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# bd5e6e62 02-Mar-2005 Rob Richards

Fixed bug #32001 (xml_parse_into_struct() exceeds maximum execution time)


Revision tags: RELEASE_0_2_4
# 4f4cb653 17-Feb-2005 Joe Orton

Declare error_mapping array as static and more const.


Revision tags: RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# b462fc8b 17-Dec-2004 Rob Richards

Fixed bug #31139 (XML Parser Functions seem to drop &amp; when parsing)


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1
# a7cd9768 21-Nov-2004 Rob Richards

internal entities get expanded if no default handler but cdata handler exists


# 83a6b8c7 18-Nov-2004 Rob Richards

Fixed bug #30061 (xml_set_start_namespace_decl_handler not called)
hopefully resolve a bunch of entity issues


# 1e0212ef 18-Nov-2004 Rob Richards

Fixed bug #30832 ("!" stripped off comments in xml parser)
reset sax->initialized flag when not using SAX2


# 2496f4f8 18-Nov-2004 Rob Richards

fix SAX2 handling to work with libxml 2.6.16


# db2c5275 13-Nov-2004 Rob Richards

Fixed bug #30566 (attribute namespace URIs are inconsistent when parsing).


Revision tags: PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2
# 59507251 19-Aug-2004 Christian Stocker

fix for bug #29657 xml_* functions throw non descriptive error, compared to php4
fix for bug #29711 libxml and non iso-8859-1.
If no encoding specified, it defaults to UTF-8 now


Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3
# e32f012e 07-Apr-2004 Rob Richards

Fix bug #27821 xml_parse segfaults when xml_set_object called from class method
fix memleaks in compat.c


Revision tags: php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0
# f5dbafaf 24-Feb-2004 Rob Richards

fix win32 compile with libxml 2.6
fix mem leaks


# 0c7143ef 23-Feb-2004 Christian Stocker

- mixed up name and value... fixed


# 0c942d06 23-Feb-2004 Christian Stocker

fix attribute handling in combination with sax2


# 830d453a 23-Feb-2004 Christian Stocker

remove compiler warnings


# 2f310c3e 23-Feb-2004 Christian Stocker

- make it compile with libxml2 2.5 again
- 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


# 2343df52 22-Feb-2004 Christian Stocker

Fix broken Namespace support, use libxml2 namespace methods instead of
homebrown solution:
- default namespaces are recognized
- different namespaces with same prefix in different nodes a

Fix broken Namespace support, use libxml2 namespace methods instead of
homebrown solution:
- default namespaces are recognized
- different namespaces with same prefix in different nodes are treated correctly
- libxml2 parser warnings are not errors anymore

show more ...


Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


Revision tags: php-5.0.0b3, php-5.0.0b3RC2
# 06f448cf 19-Dec-2003 Wez Furlong

Export expat compat functions.
"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.


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()).


1234