From: Thies C. Arntzen Date: Wed, 31 May 2000 09:25:51 +0000 (+0000) Subject: just do phpinfo() and "collect" all error_reporting related ini-entries - X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~175 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ecd354ada1b58339f66796048372e0a087ccd12b;p=php just do phpinfo() and "collect" all error_reporting related ini-entries - you'll get my point;-) --- diff --git a/TODO b/TODO index c4bcd91f59..8e0b8b806f 100644 --- a/TODO +++ b/TODO @@ -9,6 +9,7 @@ Zend global ------ + * sort ini entries so that phpinfo() show them in some nice order. * make everything on the language-level independent of your locate setings. * allow methods to be called as callbacks. eg: array_walk($myarray,"this->print()"); * always build the standalone executable as well as the chosen SAPI