Jump to content

Error reporting for Apache


Recommended Posts

When I display my PHP Info, this is what it gives for error_reporting:

 

error_reporting 2039 2039

 

I need it to be 2037 2037 though!

 

Here is what it says in php.ini:

 

; Examples:

;

;  - Show all errors, except for notices

;

;error_reporting = E_ALL & ~E_NOTICE

;

;  - Show only errors

;

;error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR

;

;  - Show all errors except for notices

;

error_reporting  =  E_ALL & ~E_NOTICE

 

How do I get this to change to 2037?!

Link to comment
https://forums.phpfreaks.com/topic/64048-error-reporting-for-apache/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.