Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -4/+4 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | reduced size of temp_variariable | Dmitry Stogov | 2010-10-22 | 1 | -6/+3 |
| | |||||
* | - Strip out the typehint *checks* only. They are still parsed, and they are | Derick Rethans | 2010-10-19 | 1 | -0/+3 |
| | | | | | still accessible through the reflection API. | ||||
* | Reduced initial VM stack size to fit into zend_mm segment and eliminate ↵ | Dmitry Stogov | 2010-07-07 | 1 | -1/+1 |
| | | | | extra segment allocation | ||||
* | - Fixed bug #51905 (ReflectionParameter fails if default value is an array ↵ | Felipe Pena | 2010-05-26 | 1 | -0/+2 |
| | | | | with an access to self::) | ||||
* | Added caches to eliminate repeatable run-time bindings of functions, ↵ | Dmitry Stogov | 2010-05-24 | 1 | -0/+17 |
| | | | | classes, constants, methods and properties | ||||
* | Added a number of small performance tweaks and optimizations | Dmitry Stogov | 2010-04-20 | 1 | -19/+40 |
| | | | | | | | . ZEND_RECV now always has IS_CV as its result . ZEND_CATCH now has to be used only with constant class names . ZEND_FETCH_DIM_? may fetch array and dimension operans in a different order | ||||
* | Changed the structure of op_array.opcodes. The constant values are moved ↵ | Dmitry Stogov | 2010-04-20 | 1 | -3/+4 |
| | | | | from opcode operands into a separate literal table | ||||
* | 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 |
| | | | | | - Use fastcall calling convention in executor on x86. | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | After the sigsetjmp change, this is patch #2 in an effort to get some sanity restored to signal handling in PHP. This patch does two things. First, it makes it possible to reset the timeout without resetting the signal handlers. This is important for cases where an extension may have deferred signals in its MINIT in order to implement critical sections. It also lays the groundwork for cleaning up our signal handling and perhaps eventually implementing our own signal deferring mechanism so we can have true critical sections. The second thing this does is to make it possible to terminate the current child process (only for Apache1 at the moment) on a timeout. There are a number of extensions that are unhappy about being longjmp'ed out of and when this happens on a timeout they are left in an inconsistent state. By turning on exit_on_timeout you can now force the process to terminate on a timeout which will clean up any hanging locks and/or memory left hanging after the longjmp. | ||||
* | MFH: Dropped zend.ze1_compatibility_mode | Felipe Pena | 2008-03-18 | 1 | -8/+1 |
| | | | | | [DOC] | ||||
* | 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 |
| | | | | | | | - Fixed bug #36214 (__get method works properly only when conditional operator is used). - Fixed bug #39449 (Overloaded array properties do not work correctly). - Fixed bug #39990 (Cannot "foreach" over overloaded properties). | ||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | - MFH: Fix #38465 (ReflectionParameter fails if default value is an access ↵ | Johannes Schlüter | 2006-10-18 | 1 | -0/+1 |
| | | | | to self:: | ||||
* | Restore ZE1 compatibility mode (Zend Engine part - the modules patches | Zeev Suraski | 2006-06-05 | 1 | -1/+8 |
| | | | | | will follow later today) | ||||
* | Keeping consistent arg_stack during arguments freeing (Exception from ↵ | Dmitry Stogov | 2006-05-31 | 1 | -1/+3 |
| | | | | destructor may use inconsistent arg_stack for backtrace). | ||||
* | - MFH as discussed | Marcus Boerger | 2006-05-09 | 1 | -17/+10 |
| | | | | | | | | | | | | | | | | | | | | | . zend_exception_get_default() -> zend_exception_get_default(TSRMLS_D) . zend_get_error_exception() -> zend_get_error_exception(TSRMLS_D) . added E_RECOVERABLE_ERROR . added ZEND_TOSTRING_FUNC_NAME . added __tostring function cache to zend_class_entry . added ZEND_NAMED_ME . modified ZEND_ME_MAPPING to support method flags . added ZEND_MN . method entries now use prefix "zim_" instead of "zif_" . drop EG(ze1_compatibility_mode) . changed cast handler, now without (int should_free): typedef int (*zend_object_cast_t)(zval *readobj, zval *retval, int type TSRMLS_DC); . changed get_iterator, now receives whether value is by ref: zend_object_iterator *(*get_iterator)(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC); . added zend_objects_store_add_ref_by_handle . added zend_objects_store_del_ref_by_handle . convert_to_explicit_type(pzv, type) | ||||
* | - 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() ↵ | Dmitry Stogov | 2005-09-09 | 1 | -0/+1 |
| | | | | functions to not call __autoload(). | ||||
* | 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 |
| | | | | | Implemented ability to dispatch from user handler to internal handler of another opcode. | ||||
* | Fix so that extensions like xdebug, can overload opcodes in all execution ↵ | Dmitry Stogov | 2005-06-10 | 1 | -0/+7 |
| | | | | modes including goto/switch |