Bug #6296
Debug panel emits warning when git revision is checked
Status: | Verified | Start date: | 02/06/2014 | |
---|---|---|---|---|
Priority: | Medium | Due date: | ||
Assignee: | Jesús García Crespo | % Done: | 0% | |
Category: | Internals | Estimated time: | 0.50 hour | |
Target version: | Release 2.1.0 | |||
Google Code Legacy ID: | Tested version: | |||
Sponsored: | No | Requires documentation: |
Description
arWebDebugPanel tries to lookup for the current git revision of your working tree when using the debug mode. If a local git repo is not found, fopen() returns FALSE but also emits a warning. The only way to block PHP from emit that warning seems to be using the error control operator (at sign, @). Reported by Jeremy, see http://goo.gl/2gt4tA.
History
#1 Updated by Jesús García Crespo over 8 years ago
Fixed in 34b9205b9cd6a1e8cd23a9d1e8bd29f3441b31d0.
#2 Updated by Jesús García Crespo over 8 years ago
- Status changed from New to Verified
#3 Updated by Dan Gillean almost 8 years ago
- Target version changed from Release 2.0.2 to Release 2.1.0