History log of /PHP-5.6/Zend/zend_execute_API.c (Results 151 – 175 of 553)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1f3b8ccc 09-Mar-2008 Antony Dovgal

%v -> %s, this is 5_3


Revision tags: php-5.2.6RC2
# 430e54d4 04-Mar-2008 Dmitry Stogov

Fixed shared memory corruption of opcode caches


Revision tags: php-5.2.6RC1
# d3e50265 23-Feb-2008 Marcus Boerger

- MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)
[DOC] Finally added deprecation messages


Revision tags: RELEASE_1_3_1
# da5b979f 02-Feb-2008 Marcus Boerger

- MFH Add comment that explains why we need E_ERROR in those cases


# 95a3cccf 02-Feb-2008 Marcus Boerger

- Fix flag handling in message generation


# 9770b3cb 29-Jan-2008 Dmitry Stogov

Fixed bug #43323 (Wrong count abstract methods). (Felipe, Dmitry)


# 0b682510 24-Jan-2008 Dmitry Stogov

Changed EG(argument_stack) implementation.


# 71592cec 22-Jan-2008 Dmitry Stogov

Added garbage collector


# fa47e900 21-Jan-2008 Dmitry Stogov

Changed exception handling. Now each op_array doesn't contain ZEND_HANDLE_EXCEPTION opcode in the end


# ba8acfdf 15-Jan-2008 Marcus Boerger

- Fix the fix


# 22221def 14-Jan-2008 Marcus Boerger

- Fix memleak (found by colder)


# ed8e2fa0 10-Jan-2008 Dmitry Stogov

Added missing warning message


Revision tags: php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.


# 43f6392e 25-Dec-2007 Dmitry Stogov

Fixed bug #43651 (is_callable() with one or more nonconsecutive colons crashes)


Revision tags: php-4.4.8RC1
# 6484b3c4 07-Dec-2007 Dmitry Stogov

Fixed bug #43344 (Wrong error message for undefined namespace constant)


Revision tags: RELEASE_1_2_3
# 648fbe9d 22-Nov-2007 Dmitry Stogov

Fixed bug #43128 (Very long class name causes segfault)


# 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)


12345678910>>...23