Home
last modified time | relevance | path

Searched hist:be6462f4bb18e8b92e47ced9cfc4141997d0687a (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/inc/
H A DErrorHandler.phpbe6462f4bb18e8b92e47ced9cfc4141997d0687a 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 Dlang.phpbe6462f4bb18e8b92e47ced9cfc4141997d0687a 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 Dconfig.metadata.phpbe6462f4bb18e8b92e47ced9cfc4141997d0687a 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 Ddokuwiki.phpbe6462f4bb18e8b92e47ced9cfc4141997d0687a 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.