Skip to content

don't set error_reporting()#983

Merged
jahir merged 1 commit intomasterfrom
r00t--dont_set_error_reporting
Dec 4, 2025
Merged

don't set error_reporting()#983
jahir merged 1 commit intomasterfrom
r00t--dont_set_error_reporting

Conversation

@r00t-
Copy link
Copy Markdown
Contributor

@r00t- r00t- commented Nov 27, 2025

E_STRICT is deprecated / removed,
it's deprecation has show that we should probably disable E_DEPRECATED which is included in E_ALL, but in general we shouldn't need to set this at all and the system default should be fine for us.

fixes #982

E_STRICT is deprecated / removed,
it's deprecation has shown that we should probably disable E_DEPRECATED which is included in E_ALL,
but in general we shouldn't need to set this at all and the system default should be fine for us.
@r00t- r00t- force-pushed the r00t--dont_set_error_reporting branch from ed17ddd to cff0731 Compare November 27, 2025 23:21
@jahir jahir merged commit cc239df into master Dec 4, 2025
12 checks passed
@jahir jahir deleted the r00t--dont_set_error_reporting branch December 9, 2025 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PHP 8.4 Constant E_STRICT is deprecated

2 participants