From 459e04f0a005c965b0dfe8e69cbfaf382a2a2c09 Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Sat, 5 May 2001 08:03:32 +0000 Subject: [PATCH] not to forget this one! --- TODO-4.2.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO-4.2.txt b/TODO-4.2.txt index 315e8353f4a..911461b50f6 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.