#
f8689552 |
| 05-Jan-2009 |
Felipe Pena |
MFH: - Fixed bug #46701 (Creating associative array with long values in the key fails on 32bit linux) Patch by Shire |
#
41cc0911 |
| 01-Jan-2009 |
Marcus Boerger |
- MFH Fix SEGV if get_method() returns a non bound function |
#
08659c2d |
| 31-Dec-2008 |
Sebastian Bergmann |
MFH: Bump copyright year, 3 of 3. |
Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5 |
|
#
7d4fd3fd |
| 27-Nov-2008 |
Dmitry Stogov |
Fixed bug #46409 (__invoke method called outside of object context when using array_map) |
Revision tags: php-5.2.7RC4 |
|
#
3919b16f |
| 19-Nov-2008 |
Etienne Kneuss |
MFH: Fix #46241 (stacked error_handlers, error_handling in general) |
Revision tags: BEFORE_HEAD_NS_CHANGE |
|
#
3cd19b8e |
| 11-Nov-2008 |
Stanislav Malyshev |
fix memleak |
#
1b4134c0 |
| 11-Nov-2008 |
Stanislav Malyshev |
Namespace resolution streamlining patch [DOC] new resolution rules should be documented soon |
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 |
|
#
e6810698 |
| 06-Oct-2008 |
Felipe Pena |
- MFH: Fixed bug #46238 (Segmentation fault on static call with empty string method) |
#
85ab4235 |
| 15-Aug-2008 |
Felipe Pena |
- MFH: Removed some TSRMLS_FETCH()s |
#
f90255c6 |
| 14-Aug-2008 |
Etienne Kneuss |
MFH: Handlerify get_closure |
#
32f9d0e1 |
| 14-Aug-2008 |
Marcus Boerger |
- MFH Improve exception linking |
#
1ff61ab8 |
| 13-Aug-2008 |
Dmitry Stogov |
Fixed bug #45805 (Crach on throwing exception from error handler) |
#
3f7a4b7e |
| 08-Aug-2008 |
Marcus Boerger |
- MFH error handling, now with save, replace, restore |
Revision tags: php-4.4.9, php-5.3.0alpha1 |
|
#
478acfd8 |
| 26-Jul-2008 |
Dmitry Stogov |
. Added support for using static HEREDOCs to initialize static variables and class members or constants. (Matt) . Improved syntax highlighting and consistency for variables in double-quoted strin
. Added support for using static HEREDOCs to initialize static variables and class members or constants. (Matt) . Improved syntax highlighting and consistency for variables in double-quoted strings and literal text in HEREDOCs and backticks. (Matt) . Optimized interpolated strings to use one less opcode. (Matt)
show more ...
|
#
4f81a0c3 |
| 26-Jul-2008 |
Dmitry Stogov |
Fixed crashes and memory leak for objects with NULL write_property/has_property/unset_property handlers |
#
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" |
#
44325e64 |
| 24-Jul-2008 |
Dmitry Stogov |
Fixed bug #45178 (memory corruption on assignment result of "new" by reference) |
#
feb85801 |
| 24-Jul-2008 |
Dmitry Stogov |
LSB parent/self forwarding |
Revision tags: php-4.4.9RC1 |
|
#
0fa7fedf |
| 14-Jul-2008 |
Dmitry Stogov |
Fixed is_callable() to support closures and return appropriate function name |
#
d5ef2f46 |
| 14-Jul-2008 |
Dmitry Stogov |
Added support for lambda functions and closures |
Revision tags: BEFORE_NEW_PARAMETER_PARSE |
|
#
76a9a42e |
| 11-Jun-2008 |
Dmitry Stogov |
- Removed direct executor recursion. - Use fastcall calling convention in executor on x86. |
#
cc23d3ba |
| 03-Jun-2008 |
Felipe Pena |
- Fixed bug #45089 (__callStatic $name case sensitivity) |
#
a6ec1850 |
| 16-May-2008 |
Dmitry Stogov |
MFH: small CSE optimizations |