2019-02-07 08:30:09 +00:00
|
|
|
Index: php-7.3.1/php.ini-production
|
2016-04-06 10:08:59 +00:00
|
|
|
===================================================================
|
2019-02-07 08:30:09 +00:00
|
|
|
--- php-7.3.1.orig/php.ini-production 2019-01-08 14:55:52.000000000 +0100
|
|
|
|
|
+++ php-7.3.1/php.ini-production 2019-02-07 09:28:59.154542260 +0100
|
2018-12-10 10:15:51 +00:00
|
|
|
@@ -729,7 +729,7 @@ default_charset = "UTF-8"
|
2016-04-06 10:08:59 +00:00
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
|
|
|
|
|
|
; UNIX: "/path1:/path2"
|
|
|
|
|
-;include_path = ".:/php/includes"
|
|
|
|
|
+include_path = ".:/usr/share/php7:/usr/share/php7/PEAR"
|
|
|
|
|
;
|
|
|
|
|
; Windows: "\path1;\path2"
|
|
|
|
|
;include_path = ".;c:\php\includes"
|
2018-12-10 10:15:51 +00:00
|
|
|
@@ -954,7 +954,7 @@ cli_server.color = On
|
2016-04-06 10:08:59 +00:00
|
|
|
[Date]
|
|
|
|
|
; Defines the default timezone used by the date functions
|
|
|
|
|
; http://php.net/date.timezone
|
|
|
|
|
-;date.timezone =
|
|
|
|
|
+date.timezone = 'UTC'
|
|
|
|
|
|
|
|
|
|
; http://php.net/date.default-latitude
|
|
|
|
|
;date.default_latitude = 31.7667
|
2019-02-07 08:30:09 +00:00
|
|
|
@@ -1161,7 +1162,7 @@ mysqli.max_persistent = -1
|
2016-04-06 10:08:59 +00:00
|
|
|
|
|
|
|
|
; Allow or prevent persistent links.
|
|
|
|
|
; http://php.net/mysqli.allow-persistent
|
|
|
|
|
-mysqli.allow_persistent = On
|
|
|
|
|
+mysqli.allow_persistent = Off
|
|
|
|
|
|
|
|
|
|
; Maximum number of links. -1 means no limit.
|
|
|
|
|
; http://php.net/mysqli.max-links
|