Changes between Initial Version and Version 1 of Ticket #20139, comment 11
- Timestamp:
- 05/29/2012 06:40:59 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20139, comment 11
initial v1 4 4 dd32 - I disagree. When I'm running code, I expect to get a list of potential issues with it, regardless who wrote it. E_DEPRECATED can be a cause of security issues (consider mysql_'s deprecation in the future), and E_STRICT can be cause for unknown vectors, because the PHP people tend to test the odd cases less. 5 5 6 Logging is an important aspect, and I expect people to do it properly (at least those that really care about their system). In cases where logging turns out to be excessively verbose, I've implemented two systems to tone it down ( whatof which is pretty smart).6 Logging is an important aspect, and I expect people to do it properly (at least those that really care about their system). In cases where logging turns out to be excessively verbose, I've implemented two systems to tone it down (one of which is pretty smart). 7 7 8 8 With that, I think we can close this for now, until further notice.