php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27113 error_reporting E_STRICT does not include E_ALL
Submitted: 2004-02-01 04:45 UTC Modified: 2004-02-01 05:46 UTC
From: TAPAKAH at hello dot lv Assigned:
Status: Not a bug Package: PHP options/info functions
PHP Version: 5CVS-2004-02-01 (dev) OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: TAPAKAH at hello dot lv
New email:
PHP Version: OS:

 

 [2004-02-01 04:45 UTC] TAPAKAH at hello dot lv
Description:
------------
When error_reporting is set to E_STRICT, eg reported errors are only in this category (don't include E_ALL), end outputs just a blank page

php is compiled statically into apache 1.3.29, error_reporting is set in httpd.conf by "php_value error_reporting 2048" function


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-02-01 04:46 UTC] TAPAKAH at hello dot lv
When error_reporting is set to E_STRICT, reported errors are only in
this category (don't include E_ALL), end outputs just a blank page

php is compiled statically into apache 1.3.29, error_reporting is set in
httpd.conf by "php_value error_reporting 2048" function
 [2004-02-01 05:46 UTC] sniper@php.net
This is intentional. RTFM: 

http://www.php.net/manual/en/function.error-reporting.php

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 07:01:28 2024 UTC