Skip to content

Commit

Permalink
Merge pull request #203 from rodrigoaguilera/patch-1
Browse files Browse the repository at this point in the history
Remove assert.active INI directive in docker-php-8.3.ini.tmpl
  • Loading branch information
csandanov authored Jul 22, 2024
2 parents 669fb0a + e71e30a commit c6be821
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 8/templates/docker-php-8.3.ini.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,3 @@ session.lazy_write = {{ getenv "PHP_SESSION_LAZY_WRITE" "on" }}

[Assertion]
zend.assertions = {{ getenv "PHP_ZEND_ASSERTIONS" "1" }}
assert.active = {{ getenv "PHP_ASSERT_ACTIVE" "On" }}

0 comments on commit c6be821

Please sign in to comment.