Changes between Version 1 and Version 2 of Ticket #113
- Timestamp:
- 2007-07-06T03:47:42+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #113
- Property Milestone changed from 2.0.0 to 1.2.2
- Property Summary changed from record and show php last compiler error in admin to add "compile failures" in XCache admin stats
-
Ticket #113 – Description
v1 v2 1 record and show last error: error code/message, file/line. 1 php compiler error is relative to XCache, as it make the file not cachable, hurting performance 2 2 3 compiler failure is relative to XCache as it make the file not cachable (and not usable of course). it's true we can see it in error_log, but let's make it easier for beginners who don't know how to set up error_log/display_errors 3 it's true we can see it in error_log, but let's make it easier for beginners by telling them there is compiler errors, and guide them to tune error_log/display_errors etc in online help doc.

