Re: [PHP4BETA] cvs: php4 / TODO

[email protected] (Jani Taskinen) Wed, 31 May 2000 12:55:15 +0300 (EEST)
Newsgroups php.version4
Message-ID <[email protected]>
On Wed, 31 May 2000, Thies C. Arntzen wrote:

>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 

Just wondering, could those values shown by phpinfo() be left
justified? They are now centered which isn't looking 'nice'.

Some of the values are left justified but some aren't.
I tried to find out where this is defined in the source but I didn't have
any luck..=)

--Jani