#
2403a580 |
| 01-Jun-2009 |
Arnaud Le Blanc |
MFH: better fix for #48409 , #48428 , #48228
|
#
bed00e15 |
| 30-May-2009 |
Arnaud Le Blanc |
MFH: Fix aliasing issue (fixes #48409 , #48428 , #48228)
|
Revision tags: php-5.2.10RC1, php-5.3.0RC2 |
|
#
ae222613 |
| 08-Apr-2009 |
Dmitry Stogov |
Improved specialization (IS_CONST can't be IS_OBJECT)
|
#
ab7f6d88 |
| 26-Mar-2009 |
Dmitry Stogov |
Fixed bug #47771 (Exception during object construction from arg call calls object's destructor)
|
Revision tags: php-5.3.0RC1 |
|
#
3a30cfe1 |
| 18-Mar-2009 |
Dmitry Stogov |
Removed unnecassary checks
|
#
daac1a62 |
| 18-Mar-2009 |
Dmitry Stogov |
Improved speed of conditional jump instructions by checking for most useful case (conditional expression)
|
#
ff562052 |
| 18-Mar-2009 |
Dmitry Stogov |
Fixed bug #47704 (crashes on some "bad" operations with string offsets) Removed unnecessary checks
|
Revision tags: RELEASE_1_3_5 |
|
#
e2c3c7aa |
| 10-Mar-2009 |
Dmitry Stogov |
Clenaup deprecated namespace code
|
Revision tags: php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1 |
|
#
c6d89bd4 |
| 26-Jan-2009 |
Christian Seiler |
[DOC] Remove $this support in closures for PHP 5.3 beta 1 - Implementation notes here: http://wiki.php.net/rfc/closures/removal-of-this
|
#
666bf10d |
| 20-Jan-2009 |
Dmitry Stogov |
Removed wrong warning message
|
#
8075f2e4 |
| 15-Jan-2009 |
Dmitry Stogov |
Fixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object)
|
#
23f7fa57 |
| 10-Jan-2009 |
Felipe Pena |
- MFH: Fixed bug #47054 (BC break in static functions called as dynamic)
|
#
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
|