NYCPHP Meetup

NYPHP.org

[nycphp-talk] php.ini in PHP 5.1.2

Tim Gales tgales at tgaconnect.com
Sat Jul 29 12:10:18 EDT 2006


Urb LeJeune wrote:
> I recently upgraded from php 4.x to 5.1.2. I have one lingering problem.
> What are the error setting in the php.ini file to only display fatal errors.
> I'm can get no errors or all errors, including warnings, but not just
> fatal errors.
Have you read:
http://www.php.net/manual/en/ref.errorfunc.php#ini.error-reporting

try setting
error_reporting = E_ERROR
in your php.ini file

-- 

T. Gales & Associates
'Helping People Connect with Technology'

http://www.tgaconnect.com



More information about the talk mailing list