Skip to content

Commit ef42f49

Browse files
staabmkrakjoe
authored andcommitted
added a note to opache.fast_shutdown why its not enabled by default in php.ini
1 parent b2782c6 commit ef42f49

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

php.ini-development

Lines changed: 1 addition & 0 deletions
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.

php.ini-production

Lines changed: 1 addition & 0 deletions
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)