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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
31 - 24 = ?
Subscribe to this entry?

 
 [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: Fri May 17 14:01:33 2024 UTC