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

Improve assertion handling for PHP 7

parent 986ba96d
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ php_session_gc_divisor: '1000'
php_session_gc_maxlifetime: '1440'
php_short_open_tag: 'Off'
php_upload_max_filesize: '2M'
php_zend_assertions: '0'
php_zend_assertions: '-1'
# apc.ini
apc_rfc1867: '1'
......
......@@ -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.
Finish editing this message first!
Please register or to comment