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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Tue Apr 30 04:01:30 2024 UTC