[EMAIL PROTECTED] (Marcus Börger) wrote: > At 18:19 24.03.2003, Moriyoshi Koizumi wrote: > >Sorry for being a bit late, but this commit broke BC. I cannot override > >php.ini settings by -d options any more. > > > Hm, not for me. > > [EMAIL PROTECTED] php4-HEAD]$ php -r 'var_dump(ini_get("html_errors"));' > string(0) "" > [EMAIL PROTECTED] php4-HEAD]$ php -d html_errors=1 -r > 'var_dump(ini_get("html_errors"));' > string(1) "1"
Try preparing a ini file that has html_errors directive and doing the same thing with that. Moriyoshi -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php