| Commit message (Expand) | Author | Age | Files | Lines |
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | - Fixed bug #51905 (ReflectionParameter fails if default value is an array wi... | Felipe Pena | 2010-05-26 | 1 | -0/+2 |
* | Fixed bug #50723 (Bug in garbage collector causes crash) | Dmitry Stogov | 2010-02-02 | 1 | -1/+1 |
* | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 |
* | - Fixed warnings (Kalle) | Felipe Pena | 2009-09-13 | 1 | -1/+1 |
* | Fixed bug #46074 (Bus error during running PHP CLI under IRIX 6.5.30) | Dmitry Stogov | 2009-09-03 | 1 | -12/+49 |
* | Fixed ability to call user functions from user opcodes without recursion | Dmitry Stogov | 2009-08-18 | 1 | -0/+2 |
* | - fix build (void alarm) | Pierre Joye | 2009-06-09 | 1 | -5/+5 |
* | MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe | Matt Wilmas | 2009-06-05 | 1 | -0/+2 |
* | MFH: better fix for #48409 , #48428 , #48228 | Arnaud Le Blanc | 2009-06-05 | 1 | -0/+21 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | - MFH: Constness (Added const qualifier to several function parameters) | Felipe Pena | 2008-08-12 | 1 | -3/+3 |
* | - Removed direct executor recursion. | Dmitry Stogov | 2008-06-11 | 1 | -2/+2 |
* | Selected better initial VM stack size | Dmitry Stogov | 2008-04-15 | 1 | -1/+1 |
* | exit_on_timeout patch | Rasmus Lerdorf | 2008-03-18 | 1 | -1/+1 |
* | MFH: Dropped zend.ze1_compatibility_mode | Felipe Pena | 2008-03-18 | 1 | -8/+1 |
* | Fixed warning | Dmitry Stogov | 2008-03-12 | 1 | -3/+3 |
* | Fixed types | Dmitry Stogov | 2008-01-29 | 1 | -3/+3 |
* | fix type | Stanislav Malyshev | 2008-01-28 | 1 | -1/+1 |
* | Changed EG(argument_stack) implementation. | Dmitry Stogov | 2008-01-24 | 1 | -10/+138 |
* | 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 | -3/+3 |
* | MFH: Fixed compiler warnings | Jani Taskinen | 2007-07-21 | 1 | -2/+2 |
* | WIN64 support | Dmitry Stogov | 2007-04-16 | 1 | -2/+2 |
* | - Fixed bug #35106 (nested foreach fails when array variable has a reference). | Dmitry Stogov | 2007-01-10 | 1 | -0/+6 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | - MFH: Fix #38465 (ReflectionParameter fails if default value is an access to... | Johannes Schlüter | 2006-10-18 | 1 | -0/+1 |
* | Restore ZE1 compatibility mode (Zend Engine part - the modules patches | Zeev Suraski | 2006-06-05 | 1 | -1/+8 |
* | Keeping consistent arg_stack during arguments freeing (Exception from destruc... | Dmitry Stogov | 2006-05-31 | 1 | -1/+3 |
* | - MFH as discussed | Marcus Boerger | 2006-05-09 | 1 | -17/+10 |
* | - Update copyright notices to 2006 | Andi Gutmans | 2006-01-04 | 1 | -1/+1 |
* | MFH (removed unnecesary call to zval_ptr_dtor) | Dmitry Stogov | 2005-09-19 | 1 | -1/+1 |
* | Fixed bug #34199 (if($obj)/if(!$obj) inconsistency) | Dmitry Stogov | 2005-09-12 | 1 | -0/+18 |
* | Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() funct... | Dmitry Stogov | 2005-09-09 | 1 | -0/+1 |
* | Bump up the year | foobar | 2005-08-03 | 1 | -1/+1 |
* | Export zend_do_fcall() helper from executor | Dmitry Stogov | 2005-06-24 | 1 | -0/+1 |
* | rename to zend_ | Stanislav Malyshev | 2005-06-16 | 1 | -2/+2 |
* | export zval getters | Stanislav Malyshev | 2005-06-16 | 1 | -0/+10 |
* | USER_OPCODE API is improvet. | Dmitry Stogov | 2005-06-16 | 1 | -0/+2 |
* | Fix so that extensions like xdebug, can overload opcodes in all execution mod... | Dmitry Stogov | 2005-06-10 | 1 | -0/+7 |
* | - Two new API calls for Derick (retreive CV name and value) by Dmitry | Andi Gutmans | 2005-01-22 | 1 | -0/+2 |
* | - Commit new VM architecture. This one allows people (aka Derick) to | Andi Gutmans | 2004-09-23 | 1 | -2/+0 |
* | - Fix for bug #29707 | Andi Gutmans | 2004-09-21 | 1 | -1/+3 |
* | - Roll back VM commit | Andi Gutmans | 2004-09-09 | 1 | -0/+2 |
* | - Some architectural changes: | Andi Gutmans | 2004-09-08 | 1 | -2/+0 |
* | - Execute destructors earlier (Florian Schaper, fschaper at intux org) | Marcus Boerger | 2004-07-25 | 1 | -0/+1 |
* | Improve error message | Marcus Boerger | 2004-03-16 | 1 | -0/+1 |
* | fix the fix | Stanislav Malyshev | 2004-03-04 | 1 | -2/+6 |
* | oops, fix cut&paste gone bad | Stanislav Malyshev | 2004-03-04 | 1 | -2/+2 |