Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 | |
| | | ||||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | - Fixed bug #49687 (utf8_decode vulnerabilities and deficiencies in the number | Gustavo André dos Santos Lopes | 2010-10-27 | 1 | -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 Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | Avoiding strcpy, strcat, sprintf usage to make static analyzer happy | Xinchen Hui | 2011-08-09 | 1 | -2/+2 | |
| | | ||||||
* | | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 | |
| | | ||||||
* | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 | |
| | | ||||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | - Fixed bug #49687 (utf8_decode vulnerabilities and deficiencies in the number | Gustavo André dos Santos Lopes | 2010-10-27 | 1 | -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 Charron | 2010-01-05 | 1 | -2/+2 | |
| | ||||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 | |
| | ||||||
* | - Added MAKE_COPY_ZVAL(ppzv, pzv) macro | Felipe Pena | 2009-12-08 | 1 | -3/+1 | |
| | ||||||
* | This needs to be larger to avoid an overflow on the bit-shifting in this ↵ | Rasmus Lerdorf | 2009-08-27 | 1 | -1/+1 | |
| | | | | function | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #46409 (__invoke method called outside of object context when ↵ | Dmitry Stogov | 2008-11-27 | 1 | -1/+1 | |
| | | | | using array_map) | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -24/+0 | |
| | ||||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+24 | |
| | ||||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -24/+0 | |
| | ||||||
* | - Removed unnecessary variable | Felipe Pena | 2008-08-24 | 1 | -4/+2 | |
| | ||||||
* | fix folding | Antony Dovgal | 2008-07-17 | 1 | -1/+2 | |
| | ||||||
* | Support for closures | Dmitry Stogov | 2008-07-17 | 1 | -1/+1 | |
| | ||||||
* | - Removed unnecessary #include "zend_arg_defs.c" | Felipe Pena | 2008-07-05 | 1 | -3/+0 | |
| | ||||||
* | - Added arginfo | Felipe Pena | 2008-07-01 | 1 | -30/+162 | |
| | ||||||
* | fix parameter parsing change | Rob Richards | 2008-06-22 | 1 | -9/+4 | |
| | ||||||
* | - New parameter parsing API | Felipe Pena | 2008-06-22 | 1 | -120/+115 | |
| | ||||||
* | fix typo | Rasmus Lerdorf | 2008-01-30 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #43957 (utf8_decode() bogus conversion of partial multibyte UTF8 char) | Rasmus Lerdorf | 2008-01-29 | 1 | -3/+15 | |
| | ||||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 | |
| | ||||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -2/+2 | |
| | ||||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 | |
| | ||||||
* | MFH | Antony Dovgal | 2006-12-26 | 1 | -1/+1 | |
| | ||||||
* | fix bug #38454 (warning upon disabling handler via xml_set_element_handler) | Rob Richards | 2006-08-15 | 1 | -0/+24 | |
| | | | | | | fix bug #38427 (unicode causes xml_parser to misbehave) add test | |||||
* | Expose the xml_utf8_encode function. | Ilia Alshanetsky | 2006-08-02 | 1 | -2/+1 | |
| | ||||||
* | Added automatic module globals management | Dmitry Stogov | 2006-06-15 | 1 | -16/+9 | |
| | ||||||
* | nuke unused variable | Antony Dovgal | 2006-02-02 | 1 | -2/+1 | |
| | ||||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 | |
| | ||||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 | |
| | ||||||
* | MFH: Fixed Bug #27908 (xml default_handlers not being called) | Rob Richards | 2005-10-12 | 1 | -5/+0 | |
| | | | | | | Fix memleak when entitydecls are parsed remove old ifdefs | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 | |
| | ||||||
* | Use new dependency system | foobar | 2005-06-17 | 1 | -0/+12 | |
| | ||||||
* | - Fix bug #32245 (xml_parser_free() in function assigned to the xml parser | Rob Richards | 2005-04-28 | 1 | -0/+11 | |
| | | | | | gives a segfault) | |||||
* | - Fix #30266 | Marcus Boerger | 2005-03-11 | 1 | -4/+8 | |
| | ||||||
* | No reason to call empty RINIT, RSHUTDOWN and MSHUTDOWN functions here | Rasmus Lerdorf | 2005-02-07 | 1 | -25/+3 | |
| | ||||||
* | fix for bug #29657 xml_* functions throw non descriptive error, compared to php4 | Christian Stocker | 2004-08-19 | 1 | -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 method | Rob Richards | 2004-04-07 | 1 | -2/+8 | |
| | | | | | fix memleaks in compat.c | |||||
* | - omit WARNING instead of ERROR for x_p_c_ns | Christian Stocker | 2004-02-23 | 1 | -1/+2 | |
| | | | | | - fix SKIPIF code in tests | |||||
* | remove compiler warnings | Christian Stocker | 2004-02-23 | 1 | -1/+1 | |
| | ||||||
* | - make it compile with libxml2 2.5 again | Christian Stocker | 2004-02-23 | 1 | -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 ZE2 | Andrey Hristov | 2004-01-17 | 1 | -2/+0 | |
| |