Skip to content

Commit 148818e

Browse files
author
Kristan Kenney
committed
Merge branch 'php' into develop
2 parents 998a4f7 + 76ae0e0 commit 148818e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/deb/php/php.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ report_memleaks = On
549549
; Development Value: On
550550
; Production value: On
551551
; http://php.net/html-errors
552-
html_errors = On
552+
;html_errors = On
553553

554554
; If html_errors is set to On *and* docref_root is not empty, then PHP
555555
; produces clickable error messages that direct to a page describing the error
@@ -1907,10 +1907,10 @@ ldap.max_links = -1
19071907
;opcache.huge_code_pages=1
19081908

19091909
; Validate cached file permissions.
1910-
;opcache.validate_permission=0
1910+
opcache.validate_permission=1
19111911

19121912
; Prevent name collisions in chroot'ed environment.
1913-
;opcache.validate_root=0
1913+
opcache.validate_root=1
19141914

19151915
; If specified, it produces opcode dumps for debugging different stages of
19161916
; optimizations.

0 commit comments

Comments
 (0)