summaryrefslogtreecommitdiff
path: root/ext/xml
Commit message (Collapse)AuthorAgeFilesLines
...
* XML tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).Ant Phillips2008-12-0357-0/+8001
|
* Fixed bug #46409 (__invoke method called outside of object context when ↵Dmitry Stogov2008-11-271-1/+1
| | | | using array_map)
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-24/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+24
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-24/+0
|
* - Removed unnecessary variableFelipe Pena2008-08-241-4/+2
|
* fix foldingAntony Dovgal2008-07-171-1/+2
|
* Support for closuresDmitry Stogov2008-07-172-1/+48
|
* - Removed unnecessary #include "zend_arg_defs.c"Felipe Pena2008-07-051-3/+0
|
* - Added arginfoFelipe Pena2008-07-011-30/+162
|
* - do not enable an ext when a lib/header failsPierre Joye2008-06-231-7/+12
| | | | | | - use MESSAGE in mysql* - use correct CFLAGS for ext/libxml headers
* - really check for the dependency, libs and header and don't enable the ext ↵Pierre Joye2008-06-221-2/+0
| | | | if something is missing
* fix parameter parsing changeRob Richards2008-06-221-9/+4
|
* - New parameter parsing APIFelipe Pena2008-06-221-120/+115
|
* fix test namesAntony Dovgal2008-05-141-1/+1
|
* fix typoRasmus Lerdorf2008-01-301-1/+1
|
* Fixed bug #43957 (utf8_decode() bogus conversion of partial multibyte UTF8 char)Rasmus Lerdorf2008-01-292-3/+28
|
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
| | | | | #in preparation for the gcc 4 visibility patch
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-314-4/+4
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
|
* TypoMartin Kraemer2007-03-141-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-014-4/+4
|
* MFHAntony Dovgal2006-12-261-1/+1
|
* fix testHannes Magnusson2006-09-021-3/+1
|
* fix bug #38454 (warning upon disabling handler via xml_set_element_handler)Rob Richards2006-08-152-0/+95
| | | | | | fix bug #38427 (unicode causes xml_parser to misbehave) add test
* Expose the xml_utf8_encode function.Ilia Alshanetsky2006-08-022-2/+2
|
* Added automatic module globals managementDmitry Stogov2006-06-152-19/+12
|
* nuke unused variableAntony Dovgal2006-02-021-2/+1
|
* MFH: fix testRob Richards2006-01-041-2/+0
|
* bump year and license versionfoobar2006-01-014-12/+12
|
* - MFH Fix test by splitting itMarcus Boerger2005-12-232-82/+188
|
* - MFH Do not test output escaping hereMarcus Boerger2005-12-233-24/+24
|
* - Find lib in default locations, tooMarcus Boerger2005-12-221-1/+1
|
* add skipif conditionsAntony Dovgal2005-12-2110-3/+26
|
* MFH: Fixed bug #35447 (xml_parse_into_struct() chokes on the UTF-8 BOM)Rob Richards2005-12-192-5/+50
| | | | | add test
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
|
* MFHfoobar2005-12-061-1/+1
|
* MFH: Hiding bugs is not purpose of the regression tests.foobar2005-11-011-1/+3
|
* Improve iconv skip conditionsIlia Alshanetsky2005-10-301-1/+1
|
* MFH: use spprintf where appropriateRob Richards2005-10-121-17/+18
|
* MFH: Fixed Bug #27908 (xml default_handlers not being called)Rob Richards2005-10-122-28/+44
| | | | | | Fix memleak when entitydecls are parsed remove old ifdefs
* This test failed because libxml versions differ..foobar2005-08-071-7/+7
|
* - Bumber up yearfoobar2005-08-034-4/+4
|
* Added test for bug #27908foobar2005-07-311-0/+19
|
* - Fix test.foobar2005-07-311-3/+3
|
* SystemID and publicID params reversed in declaration handlersRob Richards2005-07-311-2/+2
|
* - If you ask me both (expat and libxml) are not really accurate about byteMarcus Boerger2005-07-172-0/+92
| | | | | | | positions and columns...however the line number information is now correct for both so for the moment we live with the situation that they return different byte and column information.
* Netware also uses autoconf based config nowfoobar2005-06-301-2/+0
|
* fix testAntony Dovgal2005-06-291-1/+2
|
* - Plain path passed to PHP_INSTALL_HEADERS needs to have trailing /foobar2005-06-201-1/+1
|