Revision tags: BEFORE_NEW_OUTPUT_API, php-4.4.3RC1 |
|
#
1be624e7 |
| 21-May-2006 |
Marcus Boerger |
- MFH Sync vm generation with head - Regenerate vm |
#
963c7fa0 |
| 15-May-2006 |
Dmitry Stogov |
Optimized require_once/include_once (eliminated fopen() on second usage) |
#
7a5240e8 |
| 11-May-2006 |
Marcus Boerger |
- MFH missing bits and pieces of the partial sync with head # This time i added: # ZEND_FE_RESET_VARIABLE # ZEND_FE_RESET_REFERENCE # and dapted parser,compiler,executor,interfaces to
- MFH missing bits and pieces of the partial sync with head # 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).
show more ...
|
#
637a4042 |
| 09-May-2006 |
Marcus Boerger |
- MFH as discussed . zend_exception_get_default() -> zend_exception_get_default(TSRMLS_D) . zend_get_error_exception() -> zend_get_error_exception(TSRMLS_D) . added E_RECOVERABLE_
- MFH as discussed . 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)
show more ...
|
Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3 |
|
#
f23d01ad |
| 12-Apr-2006 |
Dmitry Stogov |
Fixed bug #37046 (foreach breaks static scope) |
#
6ea747d8 |
| 10-Apr-2006 |
Marcus Boerger |
- MFH Iterators from overloaded objects are allowed to not have keys... |
Revision tags: php-5.1.3RC2 |
|
#
6f76b170 |
| 15-Mar-2006 |
Dmitry Stogov |
Added E_STRICT warning in case of calling non-static method from incompatible context (this feature is staying for BC with php-4). |
#
056bea6d |
| 15-Mar-2006 |
Dmitry Stogov |
Fixed "zend_vm_gen.php --without-specializer" |
Revision tags: php-5.1.3RC1, RELEASE_1_2 |
|
#
5a69b290 |
| 26-Feb-2006 |
Marcus Boerger |
- Warning fixes by Steph |
#
941b0651 |
| 25-Feb-2006 |
Marcus Boerger |
- MFH: Function deprecation flag |
#
38409e94 |
| 06-Feb-2006 |
Dmitry Stogov |
Fixed bug #36303 (foreach on error_zval produces segfault) |
Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2 |
|
#
61e93ccf |
| 04-Jan-2006 |
Andi Gutmans |
- Update copyright notices to 2006 |
Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2 |
|
#
916ad6c8 |
| 01-Dec-2005 |
Dmitry Stogov |
Fixed bug #35437 (Segfault or Invalid Opcode 137/1/4) |
#
02aad34c |
| 30-Nov-2005 |
Dmitry Stogov |
Fixed bug #35470 (Assigning global using variable name from array doesn't function) |
#
14594953 |
| 28-Nov-2005 |
Dmitry Stogov |
Fixed bug #35393 (changing static protected members from outside the class, one more reference issue) |
Revision tags: php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2 |
|
#
681405fc |
| 31-Oct-2005 |
Dmitry Stogov |
Fixed bug #35017 (Exception thrown in error handler may cause unexpected behavior) |
Revision tags: php-4.4.1, php-5.1.0RC4 |
|
#
844cb82c |
| 28-Oct-2005 |
Dmitry Stogov |
$id:$ tatgs are removed from generated files to avoid committing of Zend/zend_vm_opcodes.h without real changes. |
#
82120342 |
| 27-Oct-2005 |
Dmitry Stogov |
Fixed SIGSEGV |
Revision tags: RELEASE_0_9_2, RELEASE_0_9_1 |
|
#
ad1f706f |
| 20-Oct-2005 |
Dmitry Stogov |
Removed unnecesary local variable |
#
c095e20c |
| 20-Oct-2005 |
Dmitry Stogov |
Fixed bug #31177 (menory leaks and corruption because of incorrect refcounting) |
Revision tags: php-5.1.0RC3, php-5.1.0RC2 |
|
#
3019a1c6 |
| 10-Oct-2005 |
Dmitry Stogov |
Fixed bug #34786 (2 @ results in change to error_reporting() to random value) |
Revision tags: php-4.4.1RC1, RELEASE_0_9_0 |
|
#
d38a9011 |
| 23-Sep-2005 |
Antony Dovgal |
- store current value of error_reporting only if it's not stored yet - reset old_error_reporting to NULL only it points to the tmp_var at current opline |
#
d6c7d963 |
| 23-Sep-2005 |
Dmitry Stogov |
MFH |
#
f8e8c553 |
| 22-Sep-2005 |
Antony Dovgal |
MFH: fix #33771 (error_reporting falls to 0 when @ was used inside try/catch block) |
#
a51fc50b |
| 21-Sep-2005 |
Derick Rethans |
- MFH: Moved the FREE_OP to after the execution of the included file, or eval statement so that it is safe to access this information in the overridden zend_execute() function, which is w
- MFH: Moved the FREE_OP to after the execution of the included file, or eval statement so that it is safe to access this information in the overridden zend_execute() function, which is what Xdebug does.
show more ...
|