2023-04-14 06:08:15 +00:00
|
|
|
Index: php-8.1.18/php.ini-production
|
2021-01-15 12:26:51 +00:00
|
|
|
===================================================================
|
2023-04-14 06:08:15 +00:00
|
|
|
--- php-8.1.18.orig/php.ini-production
|
|
|
|
+++ php-8.1.18/php.ini-production
|
|
|
|
@@ -742,7 +742,7 @@ default_charset = "UTF-8"
|
2021-01-15 12:26:51 +00:00
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
|
|
|
|
; UNIX: "/path1:/path2"
|
|
|
|
-;include_path = ".:/php/includes"
|
2023-03-06 09:24:33 +00:00
|
|
|
+include_path = ".:/usr/share/php8:/usr/share/php:/usr/share/php/PEAR
|
2021-01-15 12:26:51 +00:00
|
|
|
;
|
|
|
|
; Windows: "\path1;\path2"
|
|
|
|
;include_path = ".;c:\php\includes"
|
2023-04-14 06:08:15 +00:00
|
|
|
@@ -975,7 +975,7 @@ cli_server.color = On
|
2021-01-15 12:26:51 +00:00
|
|
|
[Date]
|
|
|
|
; Defines the default timezone used by the date functions
|
2022-01-21 08:15:14 +00:00
|
|
|
; https://php.net/date.timezone
|
2021-01-15 12:26:51 +00:00
|
|
|
-;date.timezone =
|
|
|
|
+date.timezone = 'UTC'
|
|
|
|
|
2022-01-21 08:15:14 +00:00
|
|
|
; https://php.net/date.default-latitude
|
2021-01-15 12:26:51 +00:00
|
|
|
;date.default_latitude = 31.7667
|
2023-04-14 06:08:15 +00:00
|
|
|
@@ -1164,7 +1164,7 @@ mysqli.max_persistent = -1
|
2021-01-15 12:26:51 +00:00
|
|
|
|
|
|
|
; Allow or prevent persistent links.
|
2022-01-21 08:15:14 +00:00
|
|
|
; https://php.net/mysqli.allow-persistent
|
2021-01-15 12:26:51 +00:00
|
|
|
-mysqli.allow_persistent = On
|
|
|
|
+mysqli.allow_persistent = Off
|
|
|
|
|
|
|
|
; Maximum number of links. -1 means no limit.
|
2022-01-21 08:15:14 +00:00
|
|
|
; https://php.net/mysqli.max-links
|