We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest commit 957d674 19 hours ago
file: CodeIgniter4/app/Config/Boot/production.php
Statement conflicts with recommended ini_set(...) parameters
// line: #10 - ini_set('display_errors', 1); + ini_set('display_errors', '1');
Final line was truncated, added missing text.
The text was updated successfully, but these errors were encountered:
Probably as simple as ini_set(‘display_errors’, ‘1’)
ini_set(‘display_errors’, ‘1’)
Sorry, something went wrong.
@MGatner Is the submitted issue in the correct format to be easily merged?
If not please supply a sample.
Sample provided, just above :)
No branches or pull requests
Latest commit 957d674 19 hours ago
file: CodeIgniter4/app/Config/Boot/production.php
Statement conflicts with recommended ini_set(...) parameters
Edit:
Final line was truncated, added missing text.
The text was updated successfully, but these errors were encountered: