History log of /PHP-5.5/Zend/zend_execute_API.c (Results 176 – 200 of 537)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.1RC1
# 011e0cde 10-Nov-2006 Dmitry Stogov

Start timiout thread on Windows only if necessary


Revision tags: php-5.2.0, php-5.2.0RC6
# 68411101 18-Oct-2006 Johannes Schlüter

- MFH: added missing return...


# dcf24900 18-Oct-2006 Johannes Schlüter

- MFH: Fix #38465 (ReflectionParameter fails if default value is an access to self::


# 630024d8 11-Oct-2006 Antony Dovgal

MFH


Revision tags: php-5.2.0RC5
# ecd52167 28-Sep-2006 Dmitry Stogov

Fixed wrong return value


Revision tags: php-5.2.0RC4
# d6ee9d48 11-Sep-2006 Antony Dovgal

MFH: fix #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapper)


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, php-4.4.3, php-5.2.0RC1
# 8bb047ee 12-Jul-2006 Dmitry Stogov

Fixed bug #36759 (Objects destructors are invoked in wrong order when script is finished).


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

MFH: Added hook for compile_string()


# 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
# 26ccde4d 25-May-2006 Dmitry Stogov

Fixed bug #37558 (timeout functionality doesn't work after a second PHP starup on the same thread). (p dot desarnaud at wanadoo dot fr)


Revision tags: php-4.4.3RC1
# 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
# 32872b15 20-Apr-2006 Antony Dovgal

there is no %v in 5_1


Revision tags: php-5.1.3RC3, php-5.1.3RC2
# d8246248 17-Mar-2006 Dmitry Stogov

FIX: For some reason SIGSEGV handler wasn't set, but was restoring. Now all SIGSEGV related code is commented.


# 161ae714 14-Mar-2006 Dmitry Stogov

zend_hash_apply() doesn't use ZEND_HASH_APPLY_... macros


# ad10a538 13-Mar-2006 Dmitry Stogov

Optimized cleanup loops on request shutdown


Revision tags: php-5.1.3RC1, RELEASE_1_2
# 54adfc6f 03-Mar-2006 Dmitry Stogov

Fixed incorrect backtrace type ("::" instead of "->") for __set()/__get()


# 5a69b290 26-Feb-2006 Marcus Boerger

- Warning fixes by Steph


# 941b0651 25-Feb-2006 Marcus Boerger

- MFH: Function deprecation flag


Revision tags: RELEASE_0_9_4
# b1cebf32 22-Jan-2006 Marcus Boerger

- MFH Fix issues with static method invocation


# 01e8d313 18-Jan-2006 Antony Dovgal

MFH: make sure ce_child is properly initialized


Revision tags: 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
# 9c2ea13a 22-Dec-2005 Dmitry Stogov

Fixed bug #35612 (iis6 Access Violation crash). (alacn dot uhahaa at gmail dot com)


# 9255733c 20-Dec-2005 Antony Dovgal

fix leak appearing when __autoload() throws an exception


# 0cd997d7 16-Dec-2005 Marcus Boerger

- Simplify and synch is_callable_ex() with actual execution code
. Allow array($this, 'parent::method') for function 'pointers'
. Spit out E_STRICT in case of erroneous use of function 'p

- Simplify and synch is_callable_ex() with actual execution code
. Allow array($this, 'parent::method') for function 'pointers'
. Spit out E_STRICT in case of erroneous use of function 'pointers'

show more ...


Revision tags: RELEASE_1_1_1
# 59922103 09-Dec-2005 Dmitry Stogov

Fixed bug #35612 (iis6 Access Violation crash)


12345678910>>...22