error-reporting
Why do I continue to receive PHP Deprecated errors despite this ini setting?
I\'ve set my error_reporting to error_reporting = E_ALL & ~E_DEPRECATED ^ E_STRICT in php.ini. The numerical value according to phpinfo() is 22527.[详细]
2023-04-10 04:20 分类:问答@ error suppression operator and set_error_handler
I am following good programming practices and I am logging the PHP errors to file instead of displaying it to user. I use set_error_handler() for that.[详细]
2023-04-04 07:30 分类:问答zend framework - error_reporting - blank page
zend framework wont show any error report (blank page) if error is in bootstrap php.ini: error_reporting=E_ALL[详细]
2023-04-01 01:11 分类:问答Undefined Index Error Reporting in WAMP and PHP
I\'m using wamp to develop a php application.My problem is that everytime I call a variable that sometimes happens to not have a value, I get an error that says it\'s开发者_StackOverflow社区 an undefi[详细]
2023-03-31 15:54 分类:问答Getting deprecated error even after disabling them
I\'ve set this in my php script: error_reporting(E_ALL ^ E_DEPRECATED); And yet when I run the code I get this:[详细]
2023-03-24 10:49 分类:问答Keeping track of Django errors in production
What would be 开发者_运维知识库good way way of keeping track of all errors in a production Django environment — is django-sentry the de facto way of logging this? Are there simpler and more lightweig[详细]
2023-03-22 09:36 分类:问答PHP error reporting and mail()
I\'ve currently got set_error_handler() throwing ErrorException whenever anything is encountered. Furthermore, I\'ve got error_reporting() at -1, so mis-indexing an array throws an exception.[详细]
2023-03-16 23:28 分类:问答Error reporting in a C library
I am looking for a robust way to report errors in a C library. Consider the simple example of a queue:[详细]
2023-03-16 14:09 分类:问答Enable errors in browser when parsing PHP-files
I recently changed to a MacBook and now use the MAMP-stack for development locally. In my earlier development environment I always could see informative error-reports when I tried to access a PHP fil[详细]
2023-03-08 04:34 分类:问答Prevent calls to error_reporting() and/or ini_set('display_errors', 'On') from overriding php.ini settings
I had this setting in my php.ini file: error_repor开发者_如何学运维ting = E_ERROR|E_PARSE|E_CORE_ERROR|E_COMPILE_ERROR[详细]
2023-03-06 17:04 分类:问答