#
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 |
Revision tags: php-5.2.6 |
|
#
3a86a066 |
| 29-Apr-2008 |
Dmitry Stogov |
Added missing lazy initialization |
#
2ecf4bb0 |
| 29-Apr-2008 |
Dmitry Stogov |
Lazy EG(active_symbol_table) initialization |
Revision tags: RELEASE_1_0_2 |
|
#
d9dd1b9e |
| 11-Apr-2008 |
Dmitry Stogov |
Optimized ZEND_RETURN opcode to not allocate and copy return value if it is not used. |
Revision tags: php-5.2.6RC5, php-5.2.6RC4 |
|
#
f66f55ed |
| 28-Mar-2008 |
Felipe Pena |
MFH: Implemented "jump label" operator (limited "goto") [DOC] |
Revision tags: php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1 |
|
#
ea790cef |
| 19-Mar-2008 |
Rasmus Lerdorf |
On Windows I guess there is no point starting the timeout thread until we actually have a timeout value. |
#
d2f23dbe |
| 19-Mar-2008 |
Rasmus Lerdorf |
Make sure we set the signal handler when reset_signals is true, regardless of the actual timeout value. |