Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use new dependency system | foobar | 2005-06-17 | 1 | -0/+12 | |
| | ||||||
* | nuke crap, end scripts always with ?> | foobar | 2005-06-03 | 1 | -2/+3 | |
| | ||||||
* | Add skipif, test requires iconv. | Magnus M��tt� | 2005-06-03 | 1 | -0/+3 | |
| | ||||||
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -1/+1 | |
| | ||||||
* | - Added PHP_INSTALL_HEADERS() macro | foobar | 2005-05-07 | 1 | -1/+2 | |
| | | | | | | | - Fixed several VPATH build issues - Changed all awk calls to use $AWK - Changed all mkdir calls to use "$php_shtool mkdir" | |||||
* | - Fix bug #32245 (xml_parser_free() in function assigned to the xml parser | Rob Richards | 2005-04-28 | 2 | -0/+12 | |
| | | | | | gives a segfault) | |||||
* | - Made the libxml related stuff to error out if someone does --disable-all | foobar | 2005-04-27 | 1 | -10/+16 | |
| | | | | | or --disable-libxml. Better than silently just leave the ext out.. | |||||
* | Partial fix test: It is still possible to use expat libs with ext/xml.. | foobar | 2005-04-03 | 1 | -4/+6 | |
| | ||||||
* | - Made it possible to build ext/xmlrpc with libxml2 | foobar | 2005-03-26 | 2 | -1/+10 | |
| | ||||||
* | - Turn off incorrect case folding to let test over. | Moriyoshi Koizumi | 2005-03-14 | 1 | -0/+1 | |
| | ||||||
* | - Fix #30266 | Marcus Boerger | 2005-03-11 | 1 | -4/+8 | |
| | ||||||
* | - Add testcases for bug #32001 | Moriyoshi Koizumi | 2005-03-02 | 1 | -0/+477 | |
| | ||||||
* | Fixed bug #32001 (xml_parse_into_struct() exceeds maximum execution time) | Rob Richards | 2005-03-02 | 1 | -0/+31 | |
| | ||||||
* | Declare error_mapping array as static and more const. | Joe Orton | 2005-02-17 | 1 | -1/+1 | |
| | ||||||
* | test case for Bug #30266 | Hartmut Holzgraefe | 2005-02-10 | 1 | -0/+48 | |
| | ||||||
* | No reason to call empty RINIT, RSHUTDOWN and MSHUTDOWN functions here | Rasmus Lerdorf | 2005-02-07 | 1 | -25/+3 | |
| | ||||||
* | Fixed bug #31139 (XML Parser Functions seem to drop & when parsing) | Rob Richards | 2004-12-17 | 1 | -1/+2 | |
| | ||||||
* | internal entities get expanded if no default handler but cdata handler exists | Rob Richards | 2004-11-21 | 1 | -1/+6 | |
| | ||||||
* | Fixed bug #30061 (xml_set_start_namespace_decl_handler not called) | Rob Richards | 2004-11-18 | 1 | -16/+41 | |
| | | | | | hopefully resolve a bunch of entity issues | |||||
* | Fixed bug #30832 ("!" stripped off comments in xml parser) | Rob Richards | 2004-11-18 | 1 | -4/+10 | |
| | | | | | reset sax->initialized flag when not using SAX2 | |||||
* | fix SAX2 handling to work with libxml 2.6.16 | Rob Richards | 2004-11-18 | 1 | -3/+4 | |
| | ||||||
* | Fixed bug #30566 (attribute namespace URIs are inconsistent when parsing). | Rob Richards | 2004-11-13 | 1 | -1/+1 | |
| | ||||||
* | Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib | Joe Orton | 2004-11-03 | 1 | -2/+2 | |
| | | | | | to support multi-ABI platforms. | |||||
* | fix for bug #29657 xml_* functions throw non descriptive error, compared to php4 | Christian Stocker | 2004-08-19 | 2 | -66/+66 | |
| | | | | | | fix for bug #29711 libxml and non iso-8859-1. If no encoding specified, it defaults to UTF-8 now | |||||
* | Implement extension load-order deps. | Wez Furlong | 2004-07-18 | 1 | -0/+1 | |
| | ||||||
* | Fix bug #27821 xml_parse segfaults when xml_set_object called from class method | Rob Richards | 2004-04-07 | 2 | -2/+10 | |
| | | | | | fix memleaks in compat.c | |||||
* | Test updated to test for additional libxml2/expat inconsistencies | Hartmut Holzgraefe | 2004-03-29 | 1 | -9/+68 | |
| | ||||||
* | "The Visa to Sibiria" (work in progress) | Hartmut Holzgraefe | 2004-03-23 | 1 | -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..) | foobar | 2004-03-15 | 1 | -1/+1 | |
| | ||||||
* | fix win32 compile with libxml 2.6 | Rob Richards | 2004-02-24 | 1 | -2/+5 | |
| | | | | | fix mem leaks | |||||
* | - omit WARNING instead of ERROR for x_p_c_ns | Christian Stocker | 2004-02-23 | 4 | -4/+5 | |
| | | | | | - fix SKIPIF code in tests | |||||
* | skip tests, if xml_parser_create_ns is not supported. | Christian Stocker | 2004-02-23 | 3 | -0/+12 | |
| | ||||||
* | test for attributes | Christian Stocker | 2004-02-23 | 1 | -0/+34 | |
| | ||||||
* | - mixed up name and value... fixed | Christian Stocker | 2004-02-23 | 1 | -6/+6 | |
| | ||||||
* | fix attribute handling in combination with sax2 | Christian Stocker | 2004-02-23 | 1 | -3/+29 | |
| | ||||||
* | remove compiler warnings | Christian Stocker | 2004-02-23 | 2 | -1/+3 | |
| | ||||||
* | - make it compile with libxml2 2.5 again | Christian Stocker | 2004-02-23 | 2 | -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-namespaceURI | Christian Stocker | 2004-02-22 | 1 | -0/+30 | |
| | ||||||
* | Fix broken Namespace support, use libxml2 namespace methods instead of | Christian Stocker | 2004-02-22 | 2 | -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 ZE2 | Andrey Hristov | 2004-01-17 | 1 | -2/+0 | |
| | ||||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -1/+1 | |
| | ||||||
* | Kill warning (bug #26937) | foobar | 2004-01-16 | 1 | -1/+1 | |
| | ||||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 2 | -4/+4 | |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 2 | -4/+4 | |
| | ||||||
* | Add dependencies for these extensions | Wez Furlong | 2003-12-22 | 1 | -0/+1 | |
| | ||||||
* | Export expat compat functions. | Wez Furlong | 2003-12-19 | 2 | -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 by | Ilia Alshanetsky | 2003-12-16 | 1 | -7/+1 | |
| | | | | | ext/libxml. | |||||
* | Improper test file was fixed. | Dmitry Stogov | 2003-12-16 | 1 | -1/+1 | |
| | ||||||
* | test case for BC bug 26614 | Hartmut Holzgraefe | 2003-12-13 | 1 | -0/+29 | |
| | ||||||
* | NULL pointers can be passed to free_fcn. This is the correct behaviour. | Moriyoshi Koizumi | 2003-12-08 | 1 | -1/+3 | |
| |