Skip to content

1.10.0

Compare
Choose a tag to compare
@laminas-bot laminas-bot released this 02 Jun 16:48
· 308 commits to 1.41.x since this release
1.10.0
8a02537

Release Notes for 1.10.0

Added

  • You may now provide a GITHUB_TOKEN env variable (generally via the GHA secrets.GITHUB_TOKEN value) in the workflow. When present, it will be used to provide authentication to Composer, to avoid rate limit issues.

Changed

  • The base php.ini for each PHP version is now updated to provide development values, instead of using production values. Specifically:
    • 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

1.10.0

  • Total issues resolved: 1
  • Total pull requests resolved: 2
  • Total contributors: 2

Enhancement