| Commit message (Expand) | Author | Age | Files | Lines |
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | Add options to debug_backtrace functions | Stanislav Malyshev | 2011-01-16 | 1 | -0/+3 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | Fix gcc version check - bug #50771 | Rasmus Lerdorf | 2010-01-15 | 1 | -2/+2 |
* | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 |
* | - Added MAKE_COPY_ZVAL(ppzv, pzv) macro | Felipe Pena | 2009-12-08 | 1 | -0/+5 |
* | - revert last commit, breaks the build and needs test case(s) | Pierre Joye | 2009-09-06 | 1 | -2/+2 |
* | - Fix leaks. | Moriyoshi Koizumi | 2009-09-06 | 1 | -2/+2 |
* | Fix bug #48575 - Use dlopen() just like all the other *nixes instead of OSX s... | Scott MacVicar | 2009-08-06 | 1 | -19/+1 |
* | Need the gcc version check here too | Rasmus Lerdorf | 2009-06-17 | 1 | -1/+1 |
* | There is no always_inline attribute in gcc2 | Rasmus Lerdorf | 2009-06-05 | 1 | -0/+5 |
* | fix compiler warnings by moving all std includes after include of zend_config.h. | Nuno Lopes | 2009-06-01 | 1 | -2/+2 |
* | MFH: better fix for #48409 , #48428 , #48228 | Arnaud Le Blanc | 2009-06-01 | 1 | -0/+6 |
* | MFH: Fixed bug #45877 (Array key '2147483647' left as string) | Matt Wilmas | 2009-03-18 | 1 | -0/+12 |
* | Fixed zend_print_zval_r_ex() to use the write callback function | Dmitry Stogov | 2009-02-18 | 1 | -0/+2 |
* | - Sync with HEAD, no ability to not start builtin functions | Marcus Boerger | 2008-12-31 | 1 | -1/+1 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | Namespace resolution streamlining patch | Stanislav Malyshev | 2008-11-11 | 1 | -1/+1 |
* | - MFH: Removed some TSRMLS_FETCH()s | Felipe Pena | 2008-08-15 | 1 | -5/+5 |
* | - MFH: Constness (Added const qualifier to several function parameters) | Felipe Pena | 2008-08-12 | 1 | -4/+4 |
* | - MFH Fix memleak with new error handling stack'ing | Marcus Boerger | 2008-08-11 | 1 | -1/+2 |
* | - MFH error handling, now with save, replace, restore | Marcus Boerger | 2008-08-08 | 1 | -0/+9 |
* | Added support for lambda functions and closures | Dmitry Stogov | 2008-07-14 | 1 | -0/+2 |
* | enable on MSVC too | Stanislav Malyshev | 2008-06-27 | 1 | -0/+2 |
* | allow deprecating engine functions | Stanislav Malyshev | 2008-06-27 | 1 | -0/+6 |
* | - Removed direct executor recursion. | Dmitry Stogov | 2008-06-11 | 1 | -0/+8 |
* | Make the sigsetjmp change more robust. On systems that don't have | Rasmus Lerdorf | 2008-03-18 | 1 | -3/+13 |
* | Use sigsetjmp and siglongjmp instead of setjmp/longjmp in order to be | Rasmus Lerdorf | 2008-03-18 | 1 | -3/+3 |
* | User error handlers no longer catch supressed errors (patch by Etienne Kneuss) | Felipe Pena | 2008-03-08 | 1 | -0/+6 |
* | Optimized require_once() and include_once() by eliminationg open() syscall on... | Dmitry Stogov | 2008-03-05 | 1 | -0/+2 |
* | Added garbage collector | Dmitry Stogov | 2008-01-22 | 1 | -0/+1 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | Fixed compilation on Windows | Dmitry Stogov | 2007-11-23 | 1 | -0/+3 |
* | Fixed definitions | Dmitry Stogov | 2007-11-23 | 1 | -2/+2 |
* | Fixed bug #43128 (Very long class name causes segfault) | Dmitry Stogov | 2007-11-22 | 1 | -2/+10 |
* | Macro definitions are moved to zend.h | Dmitry Stogov | 2007-11-21 | 1 | -0/+8 |
* | Fixed compilation on some systems (Wez) | Dmitry Stogov | 2007-11-20 | 1 | -13/+11 |
* | - MFH from HEAD: | Jani Taskinen | 2007-11-02 | 1 | -33/+13 |
* | Reimplemented support for namespaces in indexes id constant arrays (removed z... | Dmitry Stogov | 2007-11-02 | 1 | -1/+0 |
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -25/+85 |
* | Fixed bug #42819 (namespaces in indexes of constant arrays) | Dmitry Stogov | 2007-10-02 | 1 | -0/+1 |
* | Added support for __callstatic() magic method (missing part). (Sara) | Dmitry Stogov | 2007-09-29 | 1 | -0/+1 |
* | Added support for __callstatic() magic method. (Sara) | Dmitry Stogov | 2007-09-29 | 1 | -0/+1 |
* | Namespaces | Dmitry Stogov | 2007-09-28 | 1 | -1/+3 |
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
* | Bump version. | Sebastian Bergmann | 2007-09-27 | 1 | -1/+1 |
* | MFH: - Fixed buf #42071 (ini scanner allows using NULL as option name). | Jani Taskinen | 2007-07-23 | 1 | -0/+1 |
* | MFH: fix build on Tru64 | Antony Dovgal | 2007-04-26 | 1 | -1/+1 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | Reinamed variables to avoid name conflicts | Dmitry Stogov | 2006-09-14 | 1 | -6/+6 |