webguy
Verified User
Dear all,
I am having a strange issue in the reporting of the PHP setting "display_errors".
I am running a CentOS system with custombuild and PHP 5.3.18.
PHP is running in CGI mode. My php.ini is at
/usr/local/etc/php5/cgi/php.ini
In php.ini I have set: display_errors = off
When I run php -i I get the following outout:
-bash-4.1# php -i | grep display_errors
Zend Optimizer requires Zend Engine API version 220060519.
The Zend Engine API version 220090626 which is installed, is newer.
Contact Zend Technologies at http://www.zend.com/ for a later version of Zend Optimizer.
display_errors => Off => Off
However, when I view through the browser a file hat calls phpinfo() I get the following:
display_errors: Local Value: On, Master Value: On
Anny suggestions how to resolve this?
I am having a strange issue in the reporting of the PHP setting "display_errors".
I am running a CentOS system with custombuild and PHP 5.3.18.
PHP is running in CGI mode. My php.ini is at
/usr/local/etc/php5/cgi/php.ini
In php.ini I have set: display_errors = off
When I run php -i I get the following outout:
-bash-4.1# php -i | grep display_errors
Zend Optimizer requires Zend Engine API version 220060519.
The Zend Engine API version 220090626 which is installed, is newer.
Contact Zend Technologies at http://www.zend.com/ for a later version of Zend Optimizer.
display_errors => Off => Off
However, when I view through the browser a file hat calls phpinfo() I get the following:
display_errors: Local Value: On, Master Value: On
Anny suggestions how to resolve this?