Skip to content
New issue

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

Use development php.ini settings #43

Merged
merged 1 commit into from Jun 2, 2021

Conversation

weierophinney
Copy link
Member

This patch updates the base php.ini for each PHP version to provide the following develoment values (assuming that the version supports the setting):

  • zend.exception_ignore_args = Off
  • zend.exception_string_param_max_len = 15
  • error_reporting = E_ALL
  • display_errors = On
  • display_startup_errors = On
  • mysqlnd.collect_memory_statistics = On
  • zend.assertions = 1

Fixes #36

This patch updates the base `php.ini` for each PHP version to provide the following develoment values (assuming that the version supports the setting):

- `zend.exception_ignore_args = Off`
- `zend.exception_string_param_max_len = 15`
- `error_reporting = E_ALL`
- `display_errors = On`
- `display_startup_errors = On`
- `mysqlnd.collect_memory_statistics = On`
- `zend.assertions = 1`

Fixes laminas#36

Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
@weierophinney weierophinney added this to the 1.10.0 milestone Jun 2, 2021
@weierophinney weierophinney merged commit 8a02537 into laminas:1.10.x Jun 2, 2021
@weierophinney weierophinney deleted the feature/dev-config branch June 2, 2021 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use php.ini-development by default instead of production one
1 participant