| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed bug #62328 (implementing __toString and a cast to string fails) | Xinchen Hui | 2012-08-12 | 1 | -0/+21 |
* | - Year++ | Felipe Pena | 2012-01-01 | 4 | -4/+4 |
* | Changed silent conversion of array to string to produce a notice. (Patrick) | Stanislav Malyshev | 2011-10-21 | 28 | -28/+28 |
* | 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 |
* | - remove magic quotes support, functions are kept (see the NEWS entry for the... | Pierre Joye | 2011-07-22 | 5 | -10/+0 |
* | - Year++ | Felipe Pena | 2011-01-01 | 4 | -4/+4 |
* | - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate... | Pierre Joye | 2010-12-11 | 1 | -1/+2 |
* | - Fixed bug #49687 (utf8_decode vulnerabilities and deficiencies in the number | Gustavo André dos Santos Lopes | 2010-10-27 | 2 | -30/+34 |
* | revert change #298288: Remove old dsp/dsw/makefile files | Rob Richards | 2010-04-28 | 1 | -0/+172 |
* | Remove old dsp/dsw/makefile files, these arent used by the build system anymo... | Kalle Sommer Nielsen | 2010-04-21 | 1 | -172/+0 |
* | Fixed bug #50576 (XML_OPTION_SKIP_TAGSTART option has no effect). | Pierrick Charron | 2010-01-05 | 2 | -2/+135 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 4 | -4/+4 |
* | - Fix test | Jani Taskinen | 2009-12-14 | 1 | -3/+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 func... | Rasmus Lerdorf | 2009-08-27 | 1 | -1/+1 |
* | fix test | Antony Dovgal | 2009-01-13 | 1 | -2/+2 |
* | Fix build, missing comma | Scott MacVicar | 2009-01-12 | 1 | -1/+1 |
* | The previous error was masked by a missing entry, sync them back up. | Scott MacVicar | 2009-01-12 | 1 | -0/+1 |
* | This entry doesn't exist upstream any more, it also caused all error messages... | Scott MacVicar | 2009-01-12 | 1 | -1/+0 |
* | MFH: fix bug #45996 (libxml2 2.7 causes breakage with character data in xml_p... | Rob Richards | 2009-01-11 | 1 | -0/+4 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 4 | -4/+4 |
* | MFH: fix bug #46699: (xml_parse crash when parser is namespace aware) | Rob Richards | 2008-12-12 | 2 | -3/+107 |
* | Remove duff comment produced by the test generator tool | Ant Phillips | 2008-12-05 | 7 | -29/+0 |
* | XML tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). | Ant Phillips | 2008-12-03 | 57 | -0/+8001 |
* | Fixed bug #46409 (__invoke method called outside of object context when using... | Dmitry Stogov | 2008-11-27 | 1 | -1/+1 |
* | - 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 | 2 | -1/+48 |
* | - 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 |
* | - do not enable an ext when a lib/header fails | Pierre Joye | 2008-06-23 | 1 | -7/+12 |
* | - really check for the dependency, libs and header and don't enable the ext i... | Pierre Joye | 2008-06-22 | 1 | -2/+0 |
* | 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 test names | Antony Dovgal | 2008-05-14 | 1 | -1/+1 |
* | 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 | 2 | -3/+28 |
* | remove unused PHP_EXTNAME_API macros. | Nuno Lopes | 2008-01-03 | 1 | -6/+0 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 4 | -4/+4 |
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -2/+2 |
* | Typo | Martin Kraemer | 2007-03-14 | 1 | -1/+1 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 4 | -4/+4 |
* | MFH | Antony Dovgal | 2006-12-26 | 1 | -1/+1 |
* | fix test | Hannes Magnusson | 2006-09-02 | 1 | -3/+1 |
* | fix bug #38454 (warning upon disabling handler via xml_set_element_handler) | Rob Richards | 2006-08-15 | 2 | -0/+95 |