summaryrefslogtreecommitdiff
path: root/ext/xml
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #27821 xml_parse segfaults when xml_set_object called from class methodRob Richards2004-04-072-2/+10
* Test updated to test for additional libxml2/expat inconsistenciesHartmut Holzgraefe2004-03-291-9/+68
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+74
* - Fix test (wrong expected result..)foobar2004-03-151-1/+1
* fix win32 compile with libxml 2.6Rob Richards2004-02-241-2/+5
* - omit WARNING instead of ERROR for x_p_c_nsChristian Stocker2004-02-234-4/+5
* skip tests, if xml_parser_create_ns is not supported.Christian Stocker2004-02-233-0/+12
* test for attributesChristian Stocker2004-02-231-0/+34
* - 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-232-1/+3
* - make it compile with libxml2 2.5 againChristian Stocker2004-02-232-1/+18
* add test for default namespaces and same-prefix/different-namespaceURIChristian Stocker2004-02-221-0/+30
* Fix broken Namespace support, use libxml2 namespace methods instead ofChristian Stocker2004-02-222-178/+64
* HEAD is bundled with ZE2Andrey Hristov2004-01-171-2/+0
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-1/+1
* Kill warning (bug #26937)foobar2004-01-161-1/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-082-4/+4
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-082-4/+4
* Add dependencies for these extensionsWez Furlong2003-12-221-0/+1
* Export expat compat functions.Wez Furlong2003-12-192-45/+55
* Removed duplicate php_libxml_(init|shutdown) they are already done byIlia Alshanetsky2003-12-161-7/+1
* Improper test file was fixed.Dmitry Stogov2003-12-161-1/+1
* test case for BC bug 26614Hartmut Holzgraefe2003-12-131-0/+29
* NULL pointers can be passed to free_fcn. This is the correct behaviour.Moriyoshi Koizumi2003-12-081-1/+3
* Tweak xml related build.Wez Furlong2003-12-051-0/+3
* xmlCtxtSetOptions() isn't available in the versions up to 2.6.xMoriyoshi Koizumi2003-12-051-1/+1
* Fix libexpat build.Moriyoshi Koizumi2003-12-051-2/+2
* Fixed bug #26528 (HTML entities are not being decoded byIlia Alshanetsky2003-12-052-0/+28
* Add new (optional!) win32 build infrastructure.Wez Furlong2003-12-021-0/+11
* Partial fix for bug #25803 (xml_get_current_byte_index() always returns 0)Moriyoshi Koizumi2003-11-241-1/+2
* - Fixed bug #26072 (--disable-libxml does not work).foobar2003-11-121-2/+2
* Fix testsMoriyoshi Koizumi2003-11-043-3/+12
* Add XML_SAX_IMPL constant to determine which implementation (libxml / expat)Moriyoshi Koizumi2003-11-041-1/+7
* add global init/shutdown functions for libxml. this is required asShane Caraveo2003-10-191-2/+5
* Add regression test for bug #25666Moriyoshi Koizumi2003-09-301-0/+30
* fix for bug #25666 (XML namespaces broken in PHP5)Rob Richards2003-09-292-20/+140
* signed/unsigned compiler warning fixesHartmut Holzgraefe2003-09-261-1/+1
* move hash.h for libxml 2.6 compatibilityRob Richards2003-09-221-1/+1
* Fix Win32 linkage problemsZeev Suraski2003-08-311-0/+3
* allow building without libxml2 under win32Wez Furlong2003-08-221-0/+2
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-3/+3
* Replace fast_call_user_function() with zend_call_function()Zeev Suraski2003-08-051-1/+13
* Use new infrastructure.Zeev Suraski2003-08-031-1/+7
* increment refcount for arrays passed to xml_set_handlerRob Richards2003-07-291-1/+2
* Fix bug #24801 (xml_call_handler() causes segmentation fault)Rob Richards2003-07-271-2/+0
* boom bam bingSterling Hughes2003-07-091-0/+2
* Not really the best way to solve this. But it doesn't give a segfault onSterling Hughes2003-07-021-6/+6
* - Cleanup, simplifying, etc.foobar2003-06-301-4/+7
* fix libxml2 when dealing with character dataSterling Hughes2003-06-291-1/+5