summaryrefslogtreecommitdiff
path: root/ext/xml
Commit message (Collapse)AuthorAgeFilesLines
* MFH: Add skipif, test requires iconv.Magnus M��tt�2005-06-031-0/+3
|
* MFH: Fix bug #32245 (xml_parser_free() in function assigned to the xml parserRob Richards2005-04-282-0/+12
| | | | | gives a segfault)
* MFHfoobar2005-04-271-10/+16
|
* MFHfoobar2005-04-031-4/+6
|
* - Turn off incorrect case folding to let test over.Moriyoshi Koizumi2005-03-141-0/+1
|
* - Bugfix #30266Marcus Boerger2005-03-111-3/+7
|
* - MFHMoriyoshi Koizumi2005-03-021-0/+477
|
* MFH: Fixed bug #32001 (xml_parse_into_struct() exceeds maximum execution time)Rob Richards2005-03-021-0/+31
|
* MFH eliminating a few more useless R* callsRasmus Lerdorf2005-02-081-25/+3
|
* MFH: Fixed bug #31139 (XML Parser Functions seem to drop & when parsing)Rob Richards2004-12-171-1/+2
|
* MFH: internal entities expanded if no default handler but cdata handler existsRob Richards2004-11-211-1/+6
|
* MFH: Fixed bug #30061 (xml_set_start_namespace_decl_handler not called)Rob Richards2004-11-181-16/+41
| | | | | hopefully resolve a bunch of entity issues
* MFH: Fixed bug #30832 ("!" stripped off comments in xml parser)Rob Richards2004-11-181-4/+10
| | | | | reset sax->initialized flag when not using SAX2
* MFH: fix SAX2 handling to work with libxml 2.6.16Rob Richards2004-11-181-3/+4
|
* MFH: Fixed bug #30566 (attribute namespace URIs are inconsistent when parsing).Rob Richards2004-11-131-1/+1
|
* MFHChristian Stocker2004-08-192-66/+66
| | | | | | | - Fixed bug #29657 (xml_* functions throw non descriptive error). (Christian, Rob) - Fixed bug #29711 (Changed ext/xml to default to UTF-8 output). (Rob)
* Fix bug #27821 xml_parse segfaults when xml_set_object called from class methodRob Richards2004-04-072-2/+10
| | | | | fix memleaks in compat.c
* 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
| | | | | | | | | Adding a package.xml to a bundled extension does not only ease the transition to PECL whereever suitable but also allows to build and install an extension as "shared" using the PEAR installer without having to deal with phpize and friends by hand
* - Fix test (wrong expected result..)foobar2004-03-151-1/+1
|
* fix win32 compile with libxml 2.6Rob Richards2004-02-241-2/+5
| | | | | fix mem leaks
* - omit WARNING instead of ERROR for x_p_c_nsChristian Stocker2004-02-234-4/+5
| | | | | - fix SKIPIF code in tests
* 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
| | | | | | - 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
* 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
| | | | | | | | homebrown solution: - default namespaces are recognized - different namespaces with same prefix in different nodes are treated correctly - libxml2 parser warnings are not errors anymore
* 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
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - 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
| | | | | | | "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.
* Removed duplicate php_libxml_(init|shutdown) they are already done byIlia Alshanetsky2003-12-161-7/+1
| | | | | ext/libxml.
* 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
| | | | | Still some warnings for ext/xsl, but I'll leave that to someone else for now.
* xmlCtxtSetOptions() isn't available in the versions up to 2.6.xMoriyoshi Koizumi2003-12-051-1/+1
| | | | | # Thanks Rob
* Fix libexpat build.Moriyoshi Koizumi2003-12-051-2/+2
| | | | | Improve replaceEntities patch.
* Fixed bug #26528 (HTML entities are not being decoded byIlia Alshanetsky2003-12-052-0/+28
| | | | | xml_parse()/xml_parse_into_struct()).
* Add new (optional!) win32 build infrastructure.Wez Furlong2003-12-021-0/+11
| | | | | Will follow up to internals@ shortly.
* 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
| | | | | is selected for SAX interface.