Skip to content

Commit 8912b8a

Browse files
MCLOUD-3908: Static improvements to php.ini (#510)
1 parent 138e77c commit 8912b8a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

php.ini

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ realpath_cache_ttl = 7200
2525
;
2626
auto_prepend_file = /app/magento-vars.php
2727

28-
;
29-
; This feature was DEPRECATED in PHP 5.6.0, and REMOVED as of PHP 7.0.0.
30-
;
31-
always_populate_raw_post_data = -1
32-
3328
;
3429
; Increase max input variables value
3530
;
@@ -45,3 +40,5 @@ session.gc_probability = 1
4540
;
4641
opcache.validate_timestamps = 0
4742
opcache.blacklist_filename="${MAGENTO_CLOUD_APP_DIR}/op-exclude.txt"
43+
opcache.max_accelerated_files=16229
44+
opcache.consistency_checks=0

0 commit comments

Comments
 (0)