Searched hist:be6462f4bb18e8b92e47ced9cfc4141997d0687a (Results 1 – 4 of 4) sorted by relevance
/dokuwiki/inc/ |
H A D | ErrorHandler.php | be6462f4bb18e8b92e47ced9cfc4141997d0687a Sat Aug 13 11:18:50 UTC 2022 Andreas Gohr <andi@splitbrain.org> log warnings to error log
This introduces an error handler that will log warnings, including a stack trace in the error log. This should help plugin and core authors with identifying cases of uninitilized variables in PHP8+ environments.
A feature flag (default off) will let users temporarily disable the display of warnings in the frontend. This should allow the usage of not yet upgraded plugins in many cases. In the future the flag can be removed again.
|
/dokuwiki/lib/plugins/config/lang/en/ |
H A D | lang.php | be6462f4bb18e8b92e47ced9cfc4141997d0687a Sat Aug 13 11:18:50 UTC 2022 Andreas Gohr <andi@splitbrain.org> log warnings to error log
This introduces an error handler that will log warnings, including a stack trace in the error log. This should help plugin and core authors with identifying cases of uninitilized variables in PHP8+ environments.
A feature flag (default off) will let users temporarily disable the display of warnings in the frontend. This should allow the usage of not yet upgraded plugins in many cases. In the future the flag can be removed again.
|
/dokuwiki/lib/plugins/config/settings/ |
H A D | config.metadata.php | be6462f4bb18e8b92e47ced9cfc4141997d0687a Sat Aug 13 11:18:50 UTC 2022 Andreas Gohr <andi@splitbrain.org> log warnings to error log
This introduces an error handler that will log warnings, including a stack trace in the error log. This should help plugin and core authors with identifying cases of uninitilized variables in PHP8+ environments.
A feature flag (default off) will let users temporarily disable the display of warnings in the frontend. This should allow the usage of not yet upgraded plugins in many cases. In the future the flag can be removed again.
|
/dokuwiki/conf/ |
H A D | dokuwiki.php | be6462f4bb18e8b92e47ced9cfc4141997d0687a Sat Aug 13 11:18:50 UTC 2022 Andreas Gohr <andi@splitbrain.org> log warnings to error log
This introduces an error handler that will log warnings, including a stack trace in the error log. This should help plugin and core authors with identifying cases of uninitilized variables in PHP8+ environments.
A feature flag (default off) will let users temporarily disable the display of warnings in the frontend. This should allow the usage of not yet upgraded plugins in many cases. In the future the flag can be removed again.
|