diff options
author | Thies C. Arntzen <thies@php.net> | 2000-05-31 09:25:51 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 2000-05-31 09:25:51 +0000 |
commit | ecd354ada1b58339f66796048372e0a087ccd12b (patch) | |
tree | 0711fa857d7264712f6c96128624a69dc802fca3 /TODO | |
parent | 6341c60f672a68a55da87ec14b55ddaa065f2556 (diff) | |
download | php-git-ecd354ada1b58339f66796048372e0a087ccd12b.tar.gz |
just do phpinfo() and "collect" all error_reporting related ini-entries -
you'll get my point;-)
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |