cvs: php4 / TODO
[email protected] ("Thies C. Arntzen") Wed, 31 May 2000 09:25:51 -0000
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <cvsthies959765151@cvsserver> |
thies Wed May 31 02:25:51 2000 EDT
Modified files:
/php4 TODO
Log:
just do phpinfo() and "collect" all error_reporting related ini-entries -
you'll get my point;-)
Index: php4/TODO
diff -u php4/TODO:1.83 php4/TODO:1.84
--- php4/TODO:1.83 Tue May 30 08:45:09 2000
+++ php4/TODO Wed May 31 02:25:51 2000
@@ -9,6 +9,7 @@
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