| Commit message (Expand) | Author | Age | Files | Lines |
| * | make ZEND_SIGNALS configurable, off by default | Stanislav Malyshev | 2012-02-16 | 1 | -4/+0 |
| * | Fixed bug #60627 (httpd.worker segfault on startup with php_value) | Xinchen Hui | 2012-01-04 | 1 | -2/+2 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | export zend_on_timeout handler from ZE | Antony Dovgal | 2011-11-22 | 1 | -1/+1 |
| * | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -7/+7 |
| * | Callable typehint following the rules of is_callable($arg, false); | Hannes Magnusson | 2011-08-16 | 1 | -0/+1 |
| * | Zend Signal Handling | Ilia Alshanetsky | 2011-06-22 | 1 | -0/+11 |
| * | scalar types cleanup | Stanislav Malyshev | 2011-06-03 | 1 | -4/+0 |
| * | Add options to debug_backtrace functions | Stanislav Malyshev | 2011-01-16 | 1 | -0/+3 |
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| * | marked char pointer arguments as const in lots of | Hartmut Holzgraefe | 2010-10-14 | 1 | -1/+1 |
| * | - Improved memory usage | Dmitry Stogov | 2010-09-15 | 1 | -9/+13 |
| * | Added support for numeric & scalar type hint as defined within | Ilia Alshanetsky | 2010-05-24 | 1 | -0/+2 |
| * | Added caches to eliminate repeatable run-time bindings of functions, classes,... | Dmitry Stogov | 2010-05-24 | 1 | -3/+6 |
| * | - Added scalar typehinting. | Derick Rethans | 2010-05-20 | 1 | -0/+2 |
| * | Implemented Traits for PHP as proposed in the RFC [TRAITS] | Stefan Marr | 2010-04-22 | 1 | -0/+43 |
| * | Optimized access to global constants using values with pre-calculated hash_va... | Dmitry Stogov | 2010-04-22 | 1 | -5/+6 |
| * | Updated version numbers | Dmitry Stogov | 2010-04-20 | 1 | -1/+1 |
| * | Added a number of small performance tweaks and optimizations | Dmitry Stogov | 2010-04-20 | 1 | -23/+34 |
| * | Added concept of interned strings. All strings constants known at compile tim... | Dmitry Stogov | 2010-04-20 | 1 | -2/+3 |
| * | Add some const declarations, makes C++ extension writers happy | Johannes Schlüter | 2010-03-30 | 1 | -2/+2 |
| * | 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 |