History log of /PHP-5.3/Zend/zend_execute.c (Results 51 – 75 of 809)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e0ae3d22 21-Nov-2007 Dmitry Stogov

Safe exit from executor()


# de46d945 20-Nov-2007 Dmitry Stogov

ZEND_FETCH_DIM optimization


# c3ab6bd0 20-Nov-2007 Dmitry Stogov

Fixed bug #43136 (possible crash on script execution timeout. The EG(function_state_ptr) is completely removed, EG(current_execute_data)->function_state must be used instead)


Revision tags: php-5.2.5, php-5.2.5RC2, php-5.2.5RC1
# 4b4d634c 07-Oct-2007 Yiduo (David) Wang

MFH: Added macros for managing zval refcounts and is_ref statuses


Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2
# 41e9b6b6 01-Oct-2007 Dmitry Stogov

Fixed bug #42802 (Namespace not supported in typehints)


# 166266df 29-Sep-2007 Dmitry Stogov

Added support for Late Static Binding. (Dmitry, Etienne Kneuss)


# 6c810b0d 27-Sep-2007 Dmitry Stogov

Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)


Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND
# fb7efdab 19-Jul-2007 Jani Taskinen

MFH: Use SEPARATE_ZVAL_IF_NOT_REF for cleaner code.


# 4e68effc 12-Jul-2007 Ilia Alshanetsky

Commit previously missing patch for bug #41919


# 9f62beab 09-Jul-2007 Dmitry Stogov

Fixed bug #41919


# 8e26df95 27-Jun-2007 Antony Dovgal

fix #41813 (segmentation fault when using string offset as an object)
patch by judas dot iscariote at gmail dot com


# 3790227f 06-Jun-2007 Antony Dovgal

MFH: fix #41608 (segfault on a weird code with objects and switch())


Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2
# e1814f0d 16-Apr-2007 Dmitry Stogov

WIN64 support


# bb0def99 13-Apr-2007 Antony Dovgal

fix #41075 (memleak when creating default object caused exception)


Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1, php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3
# e470e22e 10-Jan-2007 Dmitry Stogov

- Fixed bug #35106 (nested foreach fails when array variable has a reference).
- Fixed bug #36214 (__get method works properly only when conditional operator is used).
- Fixed bug #39449 (Ove

- Fixed bug #35106 (nested foreach fails when array variable has a reference).
- 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).

show more ...


Revision tags: php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


# e57a6069 25-Dec-2006 Dmitry Stogov

Fixed bug #39944 (References broken)


Revision tags: php-5.2.1RC1
# 108a2fc6 08-Dec-2006 Dmitry Stogov

Fixed bug #39775 ("Indirect modification ..." message is not shown)
The fix breaks two SimpleXML tests those must be fixed


# cb961489 07-Nov-2006 Ilia Alshanetsky

Fixed bug #33282 (Re-assignment by reference does not clear the is_ref flag)

# Original patch by Matt Wilmas


Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5
# 2b1b2db8 02-Oct-2006 Antony Dovgal

MFH: fix #39003 (__autoload() is called for type hinting)


Revision tags: php-5.2.0RC4, 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
# 29ed52ff 18-Jul-2006 Dmitry Stogov

New memory manager


# 704eced2 10-Jul-2006 Marcus Boerger

- MFH Fixed Bug #37667 (Object is not added into array returned by __get)


Revision tags: php-4.4.3RC2
# 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
# 29be5946 01-Jun-2006 Antony Dovgal

MFH: throw a warning when using invalid offset types with strings


# 26145c2e 27-May-2006 Marcus Boerger

- WS/CS


12345678910>>...33