summaryrefslogtreecommitdiff
path: root/ext/xml/xml.c
Commit message (Collapse)AuthorAgeFilesLines
...
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
| * - Year++Felipe Pena2011-01-011-1/+1
| |
| * - Fixed bug #49687 (utf8_decode vulnerabilities and deficiencies in the numberGustavo André dos Santos Lopes2010-10-271-30/+110
| | | | | | | | | | | | | | | | of reported malformed sequences). (Gustavo) #Made a public interface for get_next_char/utf-8 in trunk to use in utf8_decode. #In PHP 5.3, trunk's get_next_char was copied to xml.c because 5.3's #get_next_char is different and is not prepared to recover appropriately from #errors.
* | Happy New YearXinchen Hui2013-01-011-1/+1
| |
* | - Year++Felipe Pena2012-01-011-1/+1
| |
* | Avoiding strcpy, strcat, sprintf usage to make static analyzer happyXinchen Hui2011-08-091-2/+2
| |
* | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
| |
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
* | - Year++Felipe Pena2011-01-011-1/+1
| |
* | - Fixed bug #49687 (utf8_decode vulnerabilities and deficiencies in the numberGustavo André dos Santos Lopes2010-10-271-30/+10
|/ | | | | | | | of reported malformed sequences). (Gustavo) #Made a public interface for get_next_char/utf-8 in trunk to use in utf8_decode. #In PHP 5.3, trunk's get_next_char was copied to xml.c because 5.3's #get_next_char is different and is not prepared to recover appropriately from #errors.
* Fixed bug #50576 (XML_OPTION_SKIP_TAGSTART option has no effect).Pierrick Charron2010-01-051-2/+2
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-3/+1
|
* This needs to be larger to avoid an overflow on the bit-shifting in this ↵Rasmus Lerdorf2009-08-271-1/+1
| | | | function
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* 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-171-1/+1
|
* - Removed unnecessary #include "zend_arg_defs.c"Felipe Pena2008-07-051-3/+0
|
* - Added arginfoFelipe Pena2008-07-011-30/+162
|
* fix parameter parsing changeRob Richards2008-06-221-9/+4
|
* - New parameter parsing APIFelipe Pena2008-06-221-120/+115
|
* fix typoRasmus Lerdorf2008-01-301-1/+1
|
* Fixed bug #43957 (utf8_decode() bogus conversion of partial multibyte UTF8 char)Rasmus Lerdorf2008-01-291-3/+15
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* MFHAntony Dovgal2006-12-261-1/+1
|
* fix bug #38454 (warning upon disabling handler via xml_set_element_handler)Rob Richards2006-08-151-0/+24
| | | | | | fix bug #38427 (unicode causes xml_parser to misbehave) add test
* Expose the xml_utf8_encode function.Ilia Alshanetsky2006-08-021-2/+1
|
* Added automatic module globals managementDmitry Stogov2006-06-151-16/+9
|
* nuke unused variableAntony Dovgal2006-02-021-2/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
|
* MFH: Fixed Bug #27908 (xml default_handlers not being called)Rob Richards2005-10-121-5/+0
| | | | | | Fix memleak when entitydecls are parsed remove old ifdefs
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Use new dependency systemfoobar2005-06-171-0/+12
|
* - Fix bug #32245 (xml_parser_free() in function assigned to the xml parserRob Richards2005-04-281-0/+11
| | | | | gives a segfault)
* - Fix #30266Marcus Boerger2005-03-111-4/+8
|
* No reason to call empty RINIT, RSHUTDOWN and MSHUTDOWN functions hereRasmus Lerdorf2005-02-071-25/+3
|
* fix for bug #29657 xml_* functions throw non descriptive error, compared to php4Christian Stocker2004-08-191-2/+2
| | | | | | fix for bug #29711 libxml and non iso-8859-1. If no encoding specified, it defaults to UTF-8 now
* Fix bug #27821 xml_parse segfaults when xml_set_object called from class methodRob Richards2004-04-071-2/+8
| | | | | fix memleaks in compat.c
* - omit WARNING instead of ERROR for x_p_c_nsChristian Stocker2004-02-231-1/+2
| | | | | - fix SKIPIF code in tests
* remove compiler warningsChristian Stocker2004-02-231-1/+1
|
* - make it compile with libxml2 2.5 againChristian Stocker2004-02-231-0/+4
| | | | | | - 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
* HEAD is bundled with ZE2Andrey Hristov2004-01-171-2/+0
|