#
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)
|
#
c3272ab0 |
| 26-Sep-2006 |
Dmitry Stogov |
Fixed bug #38808 ("maybe ref" issue for current() and others)
|
#
cd6537ed |
| 19-Sep-2006 |
Dmitry Stogov |
Fixed bugs #34065 and #38623 (throw in foreach/switch causes memory leaks)
|
#
8982cc04 |
| 18-Sep-2006 |
Dmitry Stogov |
Small optimization of ZEND_INIT_ARRAY/ZEND_ADD_ARRAY_ELEMENT. (Nuno, Dmitry)
|
Revision tags: php-5.2.0RC4 |
|
#
afb8af1f |
| 06-Sep-2006 |
Dmitry Stogov |
Reverted last Ilia's patch (for bug #38579). The patch didn't fix the bug and made new one.
|
#
229137ca |
| 05-Sep-2006 |
Ilia Alshanetsky |
Fixed bug #38579 require_once/include_once optimization causes files to be loaded multiple times.
|
#
87eaaf49 |
| 04-Sep-2006 |
Dmitry Stogov |
Removed unreachable handlers
|
Revision tags: php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1 |
|
#
05206b42 |
| 08-Aug-2006 |
Marcus Boerger |
- Speling
|
#
c1c2a0d2 |
| 07-Aug-2006 |
Marcus Boerger |
- MFH Fixed Bug #38064 ignored constructor visibility
|
#
f5543a42 |
| 07-Aug-2006 |
Dmitry Stogov |
Fixed bug #38287 (static variables mess up global vars)
|
#
bc8f1bc4 |
| 03-Aug-2006 |
Antony Dovgal |
make it consistent
|
#
c173c26b |
| 03-Aug-2006 |
Antony Dovgal |
MFH: improve error message
|
Revision tags: php-4.4.3 |
|
#
a98e5c67 |
| 27-Jul-2006 |
Dmitry Stogov |
Fixed bug #38234 (Exception in __clone makes memory leak)
|
#
e447baaf |
| 26-Jul-2006 |
Dmitry Stogov |
Fixed bug #38211 (variable name and cookie name match breaks script execution)
|
Revision tags: php-5.2.0RC1 |
|
#
519ed8e1 |
| 24-Jul-2006 |
Marcus Boerger |
- Better fix for #34505 and related, drop zend_unmangle_property_name_ex()
|