Files
php8/php-ini.patch
Petr Gajdos d667b621db Accepting request 947866 from home:adkorte:branches:devel:languages:php
- updated to 8.1.2: This is a bug fix release. See
  https://www.php.net/ChangeLog-8.php#8.1.2
- updated to 8.1.1: This is a bug fix release. See
  https://www.php.net/ChangeLog-8.php#8.1.1
- update to 8.1.0: This release marks the latest major release of
  the PHP language. See https://www.php.net/ChangeLog-8.php#8.1.0
- cleanup php8.rpmlintrc
- build ffi extension (experimental)
- enable avif support for gd extension
- rebased patches
  % php-ar-flags.patch
  % php-crypt-tests.patch
  % php-ini.patch
  % php-build-reproducible-phar.patch
- deleted patches
  - php-systzdata-v20.patch
  - php8-gd-removed-unused-constants.patch
- added patch
  + php-systzdata-v21.patch

OBS-URL: https://build.opensuse.org/request/show/947866
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=39
2022-01-21 08:15:14 +00:00

32 lines
1.0 KiB
Diff

Index: php-8.0.0/php.ini-production
===================================================================
--- php-8.0.0.orig/php.ini-production 2020-11-24 18:04:03.000000000 +0100
+++ php-8.0.0/php.ini-production 2021-01-07 10:13:37.934622775 +0100
@@ -737,7 +737,7 @@ default_charset = "UTF-8"
;;;;;;;;;;;;;;;;;;;;;;;;;
; UNIX: "/path1:/path2"
-;include_path = ".:/php/includes"
+include_path = ".:/usr/share/php8:/usr/share/php/PEAR"
;
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"
@@ -965,7 +965,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
@@ -1154,7 +1154,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