History log of /PHP-5.3/Zend/zend_vm_execute.h (Results 151 – 175 of 266)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 229137ca 05-Sep-2006 Ilia Alshanetsky

Fixed bug #38579 require_once/include_once optimization causes files to be
loaded multiple times.


# 87eaaf49 04-Sep-2006 Dmitry Stogov

Removed unreachable handlers


Revision tags: php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1
# 05206b42 08-Aug-2006 Marcus Boerger

- Speling


# c1c2a0d2 07-Aug-2006 Marcus Boerger

- MFH Fixed Bug #38064 ignored constructor visibility


# f5543a42 07-Aug-2006 Dmitry Stogov

Fixed bug #38287 (static variables mess up global vars)


# bc8f1bc4 03-Aug-2006 Antony Dovgal

make it consistent


# c173c26b 03-Aug-2006 Antony Dovgal

MFH: improve error message


Revision tags: php-4.4.3
# a98e5c67 27-Jul-2006 Dmitry Stogov

Fixed bug #38234 (Exception in __clone makes memory leak)


# e447baaf 26-Jul-2006 Dmitry Stogov

Fixed bug #38211 (variable name and cookie name match breaks script execution)


Revision tags: php-5.2.0RC1
# 519ed8e1 24-Jul-2006 Marcus Boerger

- Better fix for #34505 and related, drop zend_unmangle_property_name_ex()


# 9a98904d 21-Jul-2006 Dmitry Stogov

Fixed wrong "type" argument to read_property() handler


# f7c99da2 19-Jul-2006 Dmitry Stogov

Fixed bug #37144 (PHP crashes trying to assign into property of dead object)


# a9469060 12-Jul-2006 Antony Dovgal

MFH: init variables and get rid of annoying warnings


# 631a00a0 11-Jul-2006 Dmitry Stogov

Fixed memory leak in case of exception in iterator callbacks in 'foreach(new Iterator()...' (spl/tests/iterator_047.phpt).


# 86bbbbdc 06-Jul-2006 Sara Golemon

MFH (def.h rev:1.121, execute.h rev:1.120)
Silence FETCH_OBJ_IS / undefined notices


Revision tags: php-4.4.3RC2
# 7bbf3532 13-Jun-2006 Stefan Esser

MFH: Added hook for compile_string()


# 2a7d16f8 08-Jun-2006 Dmitry Stogov

Proper fix for bug #37707 ("clone $x" must call __clone() enven if result value is not used)


# 6e24feb8 08-Jun-2006 Dmitry Stogov

Wrap "wrong" unreachable code with "#if 0"


# 8d4bb9ca 07-Jun-2006 Ilia Alshanetsky

Fixed bug #37707 clone without assigning leaks memory

# Based on a patch by Nuno


# de39078f 07-Jun-2006 Marcus Boerger

- Regenerated after zend_vm_def.h change


# 51d49585 05-Jun-2006 Zeev Suraski

Restore ZE1 compatibility mode (Zend Engine part - the modules patches
will follow later today)


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 ...


1234567891011