diff options
author | Zeev Suraski <zeev@php.net> | 2000-06-03 03:05:29 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-06-03 03:05:29 +0000 |
commit | d1f1d4052746191023cb0bbd8ab0e2f189f1a65f (patch) | |
tree | c3eed25b6096d8c64e03da3868d95c418312b063 /TODO | |
parent | d4b160c0d69e4b40b5023bf606d17107fd5dd7d5 (diff) | |
download | php-git-d1f1d4052746191023cb0bbd8ab0e2f189f1a65f.tar.gz |
- Make the INI entries sorted in phpinfo()
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |