From: Thies C. Arntzen Date: Sat, 14 Apr 2001 10:30:05 +0000 (+0000) Subject: . X-Git-Tag: php-4.0.6RC1~417 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af142e4d71f132fe7375520256fc561e9392aa61;p=php . --- diff --git a/TODO-4.2.txt b/TODO-4.2.txt index add3d22e40..d2d646071e 100644 --- a/TODO-4.2.txt +++ b/TODO-4.2.txt @@ -12,3 +12,6 @@ * renaming functions so that they all are conform to one standard form +* allow foreach($arrray as $key => &value) + +* clean up "$instance = &new object" syntax.