From: Thies C. Arntzen Date: Sat, 5 May 2001 08:03:32 +0000 (+0000) Subject: not to forget this one! X-Git-Tag: php-4.0.6RC1~136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=459e04f0a005c965b0dfe8e69cbfaf382a2a2c09;p=php not to forget this one! --- diff --git a/TODO-4.2.txt b/TODO-4.2.txt index 315e8353f4..911461b50f 100644 --- a/TODO-4.2.txt +++ b/TODO-4.2.txt @@ -11,6 +11,9 @@ * Clean up "$instance = &new object" syntax (default to the =& behaviour?). +* Allow to set a default value for call-by-reference-parameters. eg: + function hallo (&$pallo = NULL) {} + * Change PHP error messages, so that they point to pages or sections in the PHP Manual.