Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix #41075 (memleak when creating default object caused exception) | Antony Dovgal | 2007-04-13 | 1 | -1/+1 | |
| | ||||||
* | - Fixed bug #35106 (nested foreach fails when array variable has a reference). | Dmitry Stogov | 2007-01-10 | 1 | -1/+2 | |
| | | | | | | | - 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 | |
| | ||||||
* | Fixed bug #39944 (References broken) | Dmitry Stogov | 2006-12-25 | 1 | -3/+4 | |
| | ||||||
* | Fixed bug #39775 ("Indirect modification ..." message is not shown) | Dmitry Stogov | 2006-12-08 | 1 | -9/+14 | |
| | | | | | The fix breaks two SimpleXML tests those must be fixed | |||||
* | Fixed bug #33282 (Re-assignment by reference does not clear the is_ref flag) | Ilia Alshanetsky | 2006-11-07 | 1 | -5/+1 | |
| | | | | | # Original patch by Matt Wilmas | |||||
* | MFH: fix #39003 (__autoload() is called for type hinting) | Antony Dovgal | 2006-10-02 | 1 | -10/+13 | |
| | ||||||
* | New memory manager | Dmitry Stogov | 2006-07-18 | 1 | -1/+0 | |
| | ||||||
* | - MFH Fixed Bug #37667 (Object is not added into array returned by __get) | Marcus Boerger | 2006-07-10 | 1 | -2/+3 | |
| | ||||||
* | Restore ZE1 compatibility mode (Zend Engine part - the modules patches | Zeev Suraski | 2006-06-05 | 1 | -6/+98 | |
| | | | | | will follow later today) | |||||
* | MFH: throw a warning when using invalid offset types with strings | Antony Dovgal | 2006-06-01 | 1 | -0/+13 | |
| | ||||||
* | - WS/CS | Marcus Boerger | 2006-05-27 | 1 | -1/+2 | |
| | ||||||
* | - MFH Sync error messages and simplify error message generation code | Marcus Boerger | 2006-05-26 | 1 | -79/+47 | |
| | ||||||
* | - MFH improve error messages | Marcus Boerger | 2006-05-21 | 1 | -18/+26 | |
| | ||||||
* | Optimized require_once/include_once (eliminated fopen() on second usage) | Dmitry Stogov | 2006-05-15 | 1 | -0/+3 | |
| | ||||||
* | - MFH missing bits and pieces of the partial sync with head | Marcus Boerger | 2006-05-11 | 1 | -34/+33 | |
| | | | | | | | | | | | # This time i added: # ZEND_FE_RESET_VARIABLE # ZEND_FE_RESET_REFERENCE # and dapted parser,compiler,executor,interfaces to handle these flags # their purpose is to be able to pass whetehr foreach is done by ref to # the current() handler so that it can error out in case it is not capable # to comply to the requested return signature/protocol/semantics (weyp). | |||||
* | - ze1 cleanup (bjori) /thx | Marcus Boerger | 2006-05-10 | 1 | -1/+0 | |
| | ||||||
* | - MFH as discussed | Marcus Boerger | 2006-05-09 | 1 | -176/+92 | |
| | | | | | | | | | | | | | | | | | | | | | . 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) | |||||
* | - Warning fixes by Steph | Marcus Boerger | 2006-02-26 | 1 | -3/+3 | |
| | ||||||
* | Fixed bug #36071 (Engine Crash related with 'clone') | Dmitry Stogov | 2006-01-19 | 1 | -0/+10 | |
| | ||||||
* | - Update copyright notices to 2006 | Andi Gutmans | 2006-01-04 | 1 | -1/+1 | |
| | ||||||
* | Reverted invalid fix for bug #35785 | Dmitry Stogov | 2005-12-26 | 1 | -1/+1 | |
| | ||||||
* | - MFH Fixed Bug #35785 (SimpleXML memory read error) | Marcus Boerger | 2005-12-23 | 1 | -1/+1 | |
| | ||||||
* | Fixed memory leak | Dmitry Stogov | 2005-12-22 | 1 | -0/+1 | |
| | ||||||
* | Fixed bug #35239 (Objects can lose references) | Dmitry Stogov | 2005-11-16 | 1 | -5/+0 | |
| | ||||||
* | Fixed bug #35017 (Exception thrown in error handler may cause unexpected ↵ | Dmitry Stogov | 2005-10-31 | 1 | -3/+5 | |
| | | | | behavior) | |||||
* | - Fixed error message grammar | foobar | 2005-09-15 | 1 | -21/+21 | |
| | ||||||
* | - MFH: Improve error message | Marcus Boerger | 2005-09-14 | 1 | -14/+18 | |
| | ||||||
* | MFH(r-1.719) Plug leak of 1/2 bytes when converting from string/unicode | Sara Golemon | 2005-09-12 | 1 | -0/+1 | |
| | ||||||
* | Fixed bug #34137 (assigning array element by reference causes binary mess) | Dmitry Stogov | 2005-09-01 | 1 | -6/+6 | |
| | ||||||
* | Fixed bug #33996 (No information given for fatal error on passing invalid ↵ | Dmitry Stogov | 2005-08-05 | 1 | -7/+36 | |
| | | | | value to typed argument) | |||||
* | Bump up the year | foobar | 2005-08-03 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #33710 (ArrayAccess objects doen't initialize $this) | Dmitry Stogov | 2005-07-19 | 1 | -0/+4 | |
| | ||||||
* | Fixed SIGSEGV on 'global ${"{$blah}_ID"};' | Dmitry Stogov | 2005-07-04 | 1 | -0/+1 | |
| | ||||||
* | fix conditions for freeing | Stanislav Malyshev | 2005-06-29 | 1 | -3/+3 | |
| | ||||||
* | fix leak: when dup was <success>ful zend_std_object_get_class_name() returns ↵ | Antony Dovgal | 2005-06-28 | 1 | -1/+1 | |
| | | | | SUCCESS aka 0 | |||||
* | fix previous patch | Stanislav Malyshev | 2005-06-28 | 1 | -3/+3 | |
| | ||||||
* | fixes for non-php objects | Stanislav Malyshev | 2005-06-28 | 1 | -8/+33 | |
| | ||||||
* | Fixed bug #27268 (Bad references accentuated by clone). | Dmitry Stogov | 2005-06-23 | 1 | -0/+3 | |
| | ||||||
* | - Fix TSRM build | Marcus Boerger | 2005-06-16 | 1 | -2/+2 | |
| | ||||||
* | Allowed return by refrence from internal functions | Dmitry Stogov | 2005-06-16 | 1 | -1/+2 | |
| | ||||||
* | rename to zend_ | Stanislav Malyshev | 2005-06-16 | 1 | -2/+2 | |
| | ||||||
* | Compilation warnings | Dmitry Stogov | 2005-06-16 | 1 | -2/+0 | |
| | ||||||
* | export zval getters | Stanislav Malyshev | 2005-06-16 | 1 | -6/+8 | |
| | ||||||
* | Specializer optimization | Dmitry Stogov | 2005-06-13 | 1 | -195/+77 | |
| | ||||||
* | Fixed bug #33212 ([GCC 4]: 'zend_error_noreturn' aliased to external symbol ↵ | Dmitry Stogov | 2005-06-13 | 1 | -9/+0 | |
| | | | | | | | 'zend_error'). The fix is not tested on Solaris and DARWIN! | |||||
* | Fix so that extensions like xdebug, can overload opcodes in all execution ↵ | Dmitry Stogov | 2005-06-10 | 1 | -0/+15 | |
| | | | | modes including goto/switch | |||||
* | fixed memory leak in bug #28972 ([] operator overflow treatment is ↵ | Dmitry Stogov | 2005-06-07 | 1 | -1/+1 | |
| | | | | incorrect), not the bug itself. | |||||
* | Fixed memory allocation bugs related to magic object handlers (__get(), __set(), | Dmitry Stogov | 2005-06-03 | 1 | -50/+34 | |
| | | | | | ...) | |||||
* | Added array type hinting. (This patch requires full re-make) | Dmitry Stogov | 2005-05-26 | 1 | -1/+17 | |
| |