summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-06-03 03:05:29 +0000
committerZeev Suraski <zeev@php.net>2000-06-03 03:05:29 +0000
commitd1f1d4052746191023cb0bbd8ab0e2f189f1a65f (patch)
treec3eed25b6096d8c64e03da3868d95c418312b063 /TODO
parentd4b160c0d69e4b40b5023bf606d17107fd5dd7d5 (diff)
downloadphp-git-d1f1d4052746191023cb0bbd8ab0e2f189f1a65f.tar.gz
- Make the INI entries sorted in phpinfo()
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 32c7d5d46f..f4a13c50b6 100644
--- a/TODO
+++ b/TODO
@@ -9,7 +9,6 @@ Zend
global
------
- * sort ini entries so that phpinfo() show them in some nice order.
* make everything on the language-level independent of your locale 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