summaryrefslogtreecommitdiff
path: root/php-ini.patch
diff options
context:
space:
mode:
authorAdam Gołębiowski2023-03-20 14:42:54 (GMT)
committerAdam Gołębiowski2023-03-20 14:42:54 (GMT)
commit404b0aa15ee37845b488f5f29d5728eddebb2362 (patch)
treea1ed5ae32e8d0212cee8c35c00d0541fdb51e8c9 /php-ini.patch
parent093df7ec4625dbc466d8904c3eb387e1c2fe0d0b (diff)
downloadphp-404b0aa15ee37845b488f5f29d5728eddebb2362.zip
php-404b0aa15ee37845b488f5f29d5728eddebb2362.tar.gz
- updated to 8.2.4auto/th/php82-8.2.4-1
Diffstat (limited to 'php-ini.patch')
-rw-r--r--php-ini.patch11
1 files changed, 8 insertions, 3 deletions
diff --git a/php-ini.patch b/php-ini.patch
index 559fee0..c19d4dc 100644
--- a/php-ini.patch
+++ b/php-ini.patch
@@ -241,7 +241,7 @@
; (time to live) Sets the number of second while cached file will be used
; instead of original one.
-@@ -1674,160 +1674,6 @@
+@@ -1674,165 +1674,6 @@
[dba]
;dba.default_handler=
@@ -368,8 +368,13 @@
-;opcache.file_cache_fallback=1
-
-; Enables or disables copying of PHP code (text segment) into HUGE PAGES.
--; This should improve performance, but requires appropriate OS configuration.
--;opcache.huge_code_pages=1
+-; Under certain circumstances (if only a single global PHP process is
+-; started from which all others fork), this can increase performance
+-; by a tiny amount because TLB misses are reduced. On the other hand, this
+-; delays PHP startup, increases memory usage and degrades performance
+-; under memory pressure - use with care.
+-; Requires appropriate OS configuration.
+-;opcache.huge_code_pages=0
-
-; Validate cached file permissions.
-;opcache.validate_permission=0