|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2015-03-26 11:55 UTC] harikrishnan dot vkm186 at gmail dot com
Description: ------------ No PHP errors are displayed when I execute php script via browser even if php error_reporting is set to E_ALL in php.ini . But it displays correctly when I execute the same via shell. Test script: --------------- Made syntax error in a php script and executed it via web browser. Expected result: ---------------- Errors are getting displayed if there is any. Actual result: -------------- No Errors or warnings,notices are displayed. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 07:00:01 2025 UTC |
Please execute the following script by requesting it with a browser and report back its results: <?php var_dump(error_reporting()); var_dump(ini_get('display_errors'));