Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -4/+4 | |
| | | | ||||||
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -73/+73 | |
| | | | ||||||
* | | | fix zpp | Anatol Belski | 2014-08-21 | 1 | -8/+8 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'php/master' | Anatol Belski | 2014-08-19 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: ext/date/lib/parse_date.c | |||||
| * | | | Fixed encoding support | Dmitry Stogov | 2014-08-19 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -54/+54 | |
|/ / / | ||||||
* | | | cleanup | Dmitry Stogov | 2014-08-13 | 1 | -16/+18 | |
| | | | ||||||
* | | | Use reference counting instead of zval duplication | Dmitry Stogov | 2014-06-05 | 1 | -4/+2 | |
| | | | ||||||
* | | | cleanup | Dmitry Stogov | 2014-06-03 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixed bug introduced during conversion to "phpng" | Dmitry Stogov | 2014-05-07 | 1 | -1/+2 | |
| | | | ||||||
* | | | Initialize "retval" | Dmitry Stogov | 2014-05-07 | 1 | -27/+10 | |
| | | | ||||||
* | | | Fix memory error in ext/xml | Nikita Popov | 2014-05-05 | 1 | -1/+3 | |
| | | | ||||||
* | | | Fixed segfault in _xml_xmlchar_zval | Xinchen Hui | 2014-05-05 | 1 | -1/+2 | |
| | | | ||||||
* | | | Fixed Reference handling in xml_parse_into_struct | Xinchen Hui | 2014-05-05 | 1 | -2/+3 | |
| | | | ||||||
* | | | Make they are in the same style of Z_ISREF | Xinchen Hui | 2014-05-03 | 1 | -37/+37 | |
| | | | ||||||
* | | | Refactor XML (incompleted) | Xinchen Hui | 2014-05-03 | 1 | -386/+318 | |
| | | | ||||||
* | | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -11/+19 | |
|/ / | ||||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
|/ | ||||||
* | Eliminate compiler warnings: "warning: pointer targets in initialization ↵ | Christopher Jones | 2013-08-20 | 1 | -4/+4 | |
| | | | | differ in signedness" | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Rob Richards | 2013-07-06 | 1 | -40/+50 | |
|\ | | | | | | | | | | | # By Rob Richards (1) * PHP-5.3: truncate results at depth of 255 to prevent corruption | |||||
| * | truncate results at depth of 255 to prevent corruption | Rob Richards | 2013-07-06 | 1 | -40/+50 | |
| | | ||||||
| * | 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/+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 | |
| |