#
41e9b6b6 |
| 01-Oct-2007 |
Dmitry Stogov |
Fixed bug #42802 (Namespace not supported in typehints) |
#
72d0454b |
| 29-Sep-2007 |
Dmitry Stogov |
Added support for __callstatic() magic method (missing part). (Sara) |
#
166266df |
| 29-Sep-2007 |
Dmitry Stogov |
Added support for Late Static Binding. (Dmitry, Etienne Kneuss) |
#
f32ffe9b |
| 28-Sep-2007 |
Dmitry Stogov |
Namespaces |
#
338a12a0 |
| 27-Sep-2007 |
Jani Taskinen |
MFH: Nuked unnecessary TSRMLS_FETCH() call |
#
82626c18 |
| 07-Sep-2007 |
Jani Taskinen |
MFH: - Fixed the rest of bug #41561 ( @ operator not working ) |
Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1 |
|
#
e13b4c2c |
| 24-Jul-2007 |
Dmitry Stogov |
Fixed bug #40705 (Iterating within function moves original array pointer) Fixed bug #40509 (key() function changed behaviour if global array is used within function) |
Revision tags: BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND |
|
#
226c56fe |
| 21-Jul-2007 |
Jani Taskinen |
MFH: Fixed compiler warnings |
#
28bc3950 |
| 13-Jun-2007 |
Dmitry Stogov |
Fixed some class constant issues related to bug #41633 |
Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1 |
|
#
80d2409f |
| 18-May-2007 |
Dmitry Stogov |
Improved compilation of heredocs and interpolated strings. (Matt, Dmitry) |
Revision tags: RELEASE_1_2_0 |
|
#
d2fe65c1 |
| 11-May-2007 |
Dmitry Stogov |
Fixed bug #39542 (Behaviour of require/include different to < 5.2.0) |
Revision tags: php-4.4.7, php-5.2.2, php-5.2.2RC2 |
|
#
e1814f0d |
| 16-Apr-2007 |
Dmitry Stogov |
WIN64 support |
Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1 |
|
#
d9adb671 |
| 05-Apr-2007 |
Ilia Alshanetsky |
Fixed foreach by-ref bug. # Patch from Brian Shire |
Revision tags: RELEASE_1_0_1 |
|
#
b0a87510 |
| 19-Mar-2007 |
Dmitry Stogov |
Fixed bug #40833 (Crash when using unset() on an ArrayAccess object retrieved via __get()) |
#
8779d1cd |
| 08-Mar-2007 |
Stanislav Malyshev |
fix crash on $x['x']['y'] += 1, patch by Brian Shire |
Revision tags: php-4.4.6 |
|
#
c3733246 |
| 25-Feb-2007 |
Dmitry Stogov |
Fixed bug #40591 (list()="string"; gives invalid opcode) |
#
e058ba92 |
| 24-Feb-2007 |
Antony Dovgal |
MFH: fix #40621 (Crash when constructor called inappropriately (statically)) |
Revision tags: php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1 |
|
#
44297dde |
| 01-Feb-2007 |
Dmitry Stogov |
Removed dead code |
Revision tags: php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3 |
|
#
e470e22e |
| 10-Jan-2007 |
Dmitry Stogov |
- Fixed bug #35106 (nested foreach fails when array variable has a reference). - Fixed bug #36214 (__get method works properly only when conditional operator is used). - Fixed bug #39449 (Ove
- Fixed bug #35106 (nested foreach fails when array variable has a reference). - Fixed bug #36214 (__get method works properly only when conditional operator is used). - Fixed bug #39449 (Overloaded array properties do not work correctly). - Fixed bug #39990 (Cannot "foreach" over overloaded properties).
show more ...
|
Revision tags: php-4.4.5RC1, php-5.2.1RC2 |
|
#
4223aa4d |
| 01-Jan-2007 |
Sebastian Bergmann |
MFH: Bump year. |
#
4480c5eb |
| 25-Dec-2006 |
Dmitry Stogov |
Fixed bug #39825 (foreach produces memory error) |
#
e57a6069 |
| 25-Dec-2006 |
Dmitry Stogov |
Fixed bug #39944 (References broken) |
Revision tags: php-5.2.1RC1, php-5.2.0 |
|
#
7ff822ee |
| 30-Oct-2006 |
Dmitry Stogov |
Fixed bug #39304 (Segmentation fault with list unpacking of string offset) |
Revision tags: php-5.2.0RC6, php-5.2.0RC5 |
|
#
9875fe44 |
| 03-Oct-2006 |
Dmitry Stogov |
Fixed bug #39017 (foreach(($obj = new myClass) as $v); echo $obj; segfaults) |
#
9dcdfd99 |
| 03-Oct-2006 |
Dmitry Stogov |
Fixed memory leak (Nuno) |