History log of /PHP-5.5/Zend/zend_execute_API.c (Results 101 – 125 of 537)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# 2f26deb0 05-Nov-2008 Felipe Pena

- Fixed Windows build


# 7126de49 04-Nov-2008 Marcus Boerger

- Next step in namespaces, using / as namespace separator.


Revision tags: php-5.2.7RC2, php-5.2.7RC1
# b8794599 02-Oct-2008 Etienne Kneuss

MFH: Use enum alternative instead of explicit value


# f5b09f19 01-Oct-2008 Antony Dovgal

MFH: initialize variable


# e46d3289 17-Sep-2008 Dmitry Stogov

Fixed bug #46106 (Memory leaks when using global statement)


# 6ebc3a8b 15-Sep-2008 Etienne Kneuss

MFH: Fix #45656 (new Class silenting exceptions in autoloaders)


# 03f41214 26-Aug-2008 Dmitry Stogov

Fixed bug #45910 (Cannot declare self-referencing constant)


# 32f9d0e1 14-Aug-2008 Marcus Boerger

- MFH Improve exception linking


# f87d4530 12-Aug-2008 Nuno Lopes

mark empty_fcall_info and empty_fcall_info_cache as constant. a few less bytes in the dirty page :P


# 3053a626 11-Aug-2008 Marcus Boerger

- MFH Fix shutdown order


# 3f7a4b7e 08-Aug-2008 Marcus Boerger

- MFH error handling, now with save, replace, restore


# 5a59d413 08-Aug-2008 Marcus Boerger

- MFH store error handling mode on stack when executing internal
or overloaded functions and methods. [...]


Revision tags: php-4.4.9
# 37a76935 01-Aug-2008 Dmitry Stogov

Fixed bug #44100 (Inconsistent handling of static array declarations with duplicate keys).


Revision tags: php-5.3.0alpha1
# 64c721e0 26-Jul-2008 Dmitry Stogov

*** empty log message ***


# 8ee5b58b 26-Jul-2008 Dmitry Stogov

Added checks for destroied objects


# b25f9f6a 26-Jul-2008 Dmitry Stogov

Added support for overloaded functions (e.g. COM) in call_user_func().


# af05ce0a 26-Jul-2008 Dmitry Stogov

Fixed is_callable/call_user_func mess that had done different things for very similar arguments e.g. array("A","B") and "A::B"


# 691d4a69 25-Jul-2008 Dmitry Stogov

Fixed uninitialised data


# feb85801 24-Jul-2008 Dmitry Stogov

LSB parent/self forwarding


Revision tags: php-4.4.9RC1
# d5ef2f46 14-Jul-2008 Dmitry Stogov

Added support for lambda functions and closures


Revision tags: BEFORE_NEW_PARAMETER_PARSE
# 2af92fa8 05-Jun-2008 Felipe Pena

- Fixed bug #45180 ('class::method' works differently than array('class', 'method'))


# cc23d3ba 03-Jun-2008 Felipe Pena

- Fixed bug #45089 (__callStatic $name case sensitivity)


Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1
# 5521912b 07-May-2008 Dmitry Stogov

Use IS_CV for dirrent access to $this variable


# 0639a847 06-May-2008 Dmitry Stogov

Use lazy symbol table initialization for op_arrays called from internal php functions


# 833e0134 06-May-2008 Dmitry Stogov

GC fix


12345678910>>...22