I have a LOT of the following errors in the Apache Error Log:
"PHP: syntax error, unexpected '&' in /usr/local/lib/php.ini on line 112"
Line 112 of php.ini is: Production Value: E_ALL & ~E_DEPRECATED
Here is the section of PHP.INI involved:
; error_reporting
; Default Value: E_ALL & ~E_NOTICE
; Development Value: E_ALL | E_STRICT
Production Value: E_ALL & ~E_DEPRECATED
I uncommented out the "Production Value" line because many customers were getting error messages showing up on their websites, but I didn't change any of the text... just uncommented out the line. It fixes the customers problems but throws the syntax error in the Apache Error Log.
Anyone have any idea why?
Thanks,
-Joe
"PHP: syntax error, unexpected '&' in /usr/local/lib/php.ini on line 112"
Line 112 of php.ini is: Production Value: E_ALL & ~E_DEPRECATED
Here is the section of PHP.INI involved:
; error_reporting
; Default Value: E_ALL & ~E_NOTICE
; Development Value: E_ALL | E_STRICT
Production Value: E_ALL & ~E_DEPRECATED
I uncommented out the "Production Value" line because many customers were getting error messages showing up on their websites, but I didn't change any of the text... just uncommented out the line. It fixes the customers problems but throws the syntax error in the Apache Error Log.
Anyone have any idea why?
Thanks,
-Joe