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

Add zend.assertions to php.ini for PHP7 and Drupal development

parent 96986446
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +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'
# apc.ini
apc_rfc1867: '1'
......
......@@ -384,6 +384,8 @@ zend.enable_gc = On
; Default: ""
;zend.script_encoding =
zend.assertions = {{ php_zend_assertions }}
;;;;;;;;;;;;;;;;;
; Miscellaneous ;
;;;;;;;;;;;;;;;;;
......
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