[PHP-DEV] new ini parser and phpinfo() From: Sebastian Bergmann (sb <email protected>)
Date: 10/31/00

  I just noticed that since Zeev implemented the new ini parser the output
of phpinfo() looks kind of empty.

  Example:

                          Configuration
                             PHP Core
                 Directive Local Value Master Value
              (but no rows / values are under this line)

-- 
 <?php $a=explode(" " ,"119 130 128 129 45 110 123 124 129 117 114 127 45 ".
 "125 117 125 45 117 110 112 120 114 127");for($i=0;$i<sizeof($a);$i++)print
 chr($a[$i]-13); // http://sb.phpOpenTracker.de | mail: sbergmann <email protected> ?>

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>