History log of /PHP-5.5/Zend/zend_execute_API.c (Results 151 – 175 of 537)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 45f6b4ce 21-Nov-2007 Johannes Schlüter

- MFH Improved version of ternary shortcut (Marcus)


# 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
# b4892511 02-Nov-2007 Jani Taskinen

- MFH from HEAD:
. Folding tags
. Parameter parsing
. SPL debug info
. array function improvements (not all yet)
. Improvements to function calling with call_user_* func

- MFH from HEAD:
. Folding tags
. Parameter parsing
. SPL debug info
. array function improvements (not all yet)
. Improvements to function calling with call_user_* functions
. Improvements to debugging info in var_dump/print_r
# I propably forgot already something but this all was pretty close tied
# to each other so it wasn't possible to do it in parts.

show more ...


# f10766f1 02-Nov-2007 Dmitry Stogov

Reimplemented support for namespaces in indexes id constant arrays (removed zval.idx_type)


Revision tags: 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
# eb0c56ad 03-Oct-2007 Dmitry Stogov

Fixed bug #42820 (defined() on constant with namespace prefixes tries to load class).


# 220641af 02-Oct-2007 Dmitry Stogov

Fixed bug #42819 (namespaces in indexes of constant arrays)


# 3a3a7e74 01-Oct-2007 Dmitry Stogov

Fixed bug #42798 (__autoload() not triggered for classes used in method signature).


# 72d0454b 29-Sep-2007 Dmitry Stogov

Added support for __callstatic() magic method (missing part). (Sara)


# 166266df 29-Sep-2007 Dmitry Stogov

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


# f32ffe9b 28-Sep-2007 Dmitry Stogov

Namespaces


# 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
# 226c56fe 21-Jul-2007 Jani Taskinen

MFH: Fixed compiler warnings


# 1c7fa8fb 13-Jun-2007 Dmitry Stogov

Fixed bug #41633 (Crash instantiating classes with self-referencing constants)


# 28bc3950 13-Jun-2007 Dmitry Stogov

Fixed some class constant issues related to bug #41633


Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1
# 04aefb4e 21-May-2007 Antony Dovgal

MFH


# d7b30e45 18-May-2007 Antony Dovgal

MFH: fix #41421 (Uncaught exception from a stream wrapper segfaults)


Revision tags: RELEASE_1_2_0, php-4.4.7, php-5.2.2
# de4f3007 27-Apr-2007 Antony Dovgal

MFH: initialize retval_ptr_ptr before returning FAILURE
this fixes invalid read in #41209


Revision tags: php-5.2.2RC2
# e1814f0d 16-Apr-2007 Dmitry Stogov

WIN64 support


Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1
# 79ed194a 15-Mar-2007 Antony Dovgal

fix #40815 (using strings like "class::func" and static methods in set_exception_handler() might result in crash)


# b15d1f22 03-Mar-2007 Marcus Boerger

- Catch empty class name error earlier


Revision tags: php-4.4.6, php-4.4.6RC1
# 0291ad5f 15-Feb-2007 Dmitry Stogov

Fixed bug #40236 (php -a function allocation eats memory)


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

MFH: Bump year.


# 96d9d6f0 28-Dec-2006 Ilia Alshanetsky

Avoid strcpy() & strcat()


# bed14f8a 21-Dec-2006 Antony Dovgal

MFH


12345678910>>...22