Skip to content
Snippets Groups Projects
Commit ad61ec6f authored by jurgenhaas's avatar jurgenhaas
Browse files

Improve assertion handling for PHP 7

parent c54a800e
Branches
No related tags found
No related merge requests found
......@@ -384,8 +384,6 @@ zend.enable_gc = On
; Default: ""
;zend.script_encoding =
zend.assertions = {{ php_zend_assertions }}
;;;;;;;;;;;;;;;;;
; Miscellaneous ;
;;;;;;;;;;;;;;;;;
......@@ -1677,6 +1675,9 @@ mssql.secure_connection = Off
;mssql.charset = "ISO-8859-1"
[Assertion]
zend.assertions = {{ php_zend_assertions }}
; Assert(expr); active by default.
; http://php.net/assert.active
;assert.active = On
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment