Skip to content

Commit 6fbd61a

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

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
@@ -1820,6 +1820,7 @@ ldap.max_links = -1
18201820
;opcache.save_comments=1
18211821

18221822
; If enabled, a fast shutdown sequence is used for the accelerated code
1823+
; Depending on the used Memory Manager this may cause some incompatibilities.
18231824
;opcache.fast_shutdown=0
18241825

18251826
; 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
@@ -1820,6 +1820,7 @@ ldap.max_links = -1
18201820
;opcache.save_comments=1
18211821

18221822
; If enabled, a fast shutdown sequence is used for the accelerated code
1823+
; Depending on the used Memory Manager this may cause some incompatibilities.
18231824
;opcache.fast_shutdown=0
18241825

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

0 commit comments

Comments
 (0)