Re: [PHP-CVS] cvs: php-src /ext/xml compat.c xml.c

2005-10-12 Thread Jani Taskinen
Excellent! This was great fix! Thanks! (not that any of my code dependended upon it, just the joy of getting long outstanding bug fixed finally :) --Jani On Wed, 12 Oct 2005, Rob Richards wrote: rrichards Tue Oct 11 23:20:14 2005 EDT Modified files:

[PHP-CVS] cvs: php-src /ext/xml compat.c xml.c

2005-10-11 Thread Rob Richards
rrichards Tue Oct 11 23:20:14 2005 EDT Modified files: /php-src/ext/xmlcompat.c xml.c Log: Fixed Bug #27908 (xml default_handlers not being called) Fix memleak when entitydecls are parsed remove old ifdefs

[PHP-CVS] cvs: php-src /ext/xml compat.c xml.c

2004-08-19 Thread Christian Stocker
chregu Thu Aug 19 08:18:25 2004 EDT Modified files: /php-src/ext/xmlcompat.c xml.c Log: 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

[PHP-CVS] cvs: php-src /ext/xml compat.c xml.c

2004-04-07 Thread Rob Richards
rrichards Wed Apr 7 12:24:17 2004 EDT Modified files: /php-src/ext/xmlcompat.c xml.c Log: Fix bug #27821 xml_parse segfaults when xml_set_object called from class method fix memleaks in compat.c

[PHP-CVS] cvs: php-src /ext/xml compat.c xml.c

2004-02-23 Thread Christian Stocker
chregu Mon Feb 23 03:21:11 2004 EDT Modified files: /php-src/ext/xmlcompat.c xml.c Log: - 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