NYCPHP Meetup

NYPHP.org

[nycphp-talk] php_admin_flag display_errors in httpd.conf

Jack Scott lists at jack-scott.com
Wed Apr 26 10:48:24 EDT 2006


On Wed, 2006-04-26 at 10:37 -0400, Jeff Loiselle wrote:

> Is the only way to display fatal errors to change php.ini?
no

you can use ini_set() in your scripts:
http://us2.php.net/manual/en/function.ini-set.php

Heres a list of directives available to these functions.
http://us2.php.net/manual/en/ini.php#ini.list

-Jack





More information about the talk mailing list