Skip to content

Commit 62f29c0

Browse files
committed
Merge branch 'PHP-7.1'
* PHP-7.1: added a note to opache.fast_shutdown why its not enabled by default in php.ini
2 parents cf897bc + 6fbd61a commit 62f29c0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: php.ini-development

+1
Original file line numberDiff line numberDiff line change
@@ -1805,6 +1805,7 @@ ldap.max_links = -1
18051805
;opcache.save_comments=1
18061806

18071807
; If enabled, a fast shutdown sequence is used for the accelerated code
1808+
; Depending on the used Memory Manager this may cause some incompatibilities.
18081809
;opcache.fast_shutdown=0
18091810

18101811
; Allow file existence override (file_exists, etc.) performance feature.

Diff for: php.ini-production

+1
Original file line numberDiff line numberDiff line change
@@ -1805,6 +1805,7 @@ ldap.max_links = -1
18051805
;opcache.save_comments=1
18061806

18071807
; If enabled, a fast shutdown sequence is used for the accelerated code
1808+
; Depending on the used Memory Manager this may cause some incompatibilities.
18081809
;opcache.fast_shutdown=0
18091810

18101811
; Allow file existence override (file_exists, etc.) performance feature.

0 commit comments

Comments
 (0)