* This is a bug fix release. https://www.php.net/ChangeLog-8.php#8.1.18 - modified patches % php-ar-flags.patch (refreshed) % php-build-reproducible-phar.patch (refreshed) % php-ini.patch (refreshed) OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=103
32 lines
990 B
Diff
32 lines
990 B
Diff
Index: php-8.1.18/php.ini-production
|
|
===================================================================
|
|
--- php-8.1.18.orig/php.ini-production
|
|
+++ php-8.1.18/php.ini-production
|
|
@@ -742,7 +742,7 @@ default_charset = "UTF-8"
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
; UNIX: "/path1:/path2"
|
|
-;include_path = ".:/php/includes"
|
|
+include_path = ".:/usr/share/php8:/usr/share/php:/usr/share/php/PEAR
|
|
;
|
|
; Windows: "\path1;\path2"
|
|
;include_path = ".;c:\php\includes"
|
|
@@ -975,7 +975,7 @@ cli_server.color = On
|
|
[Date]
|
|
; Defines the default timezone used by the date functions
|
|
; https://php.net/date.timezone
|
|
-;date.timezone =
|
|
+date.timezone = 'UTC'
|
|
|
|
; https://php.net/date.default-latitude
|
|
;date.default_latitude = 31.7667
|
|
@@ -1164,7 +1164,7 @@ mysqli.max_persistent = -1
|
|
|
|
; Allow or prevent persistent links.
|
|
; https://php.net/mysqli.allow-persistent
|
|
-mysqli.allow_persistent = On
|
|
+mysqli.allow_persistent = Off
|
|
|
|
; Maximum number of links. -1 means no limit.
|
|
; https://php.net/mysqli.max-links
|