- version update to 8.2.7
* Readonly classes * Disjunctive Normal Form (DNF) Types * Allow null, false, and true as stand-alone types * New "Random" extension * Constants in traits * Deprecate dynamic properties * for details, see https://www.php.net/releases/8.2/en.php https://www.php.net/manual/en/migration82.php - modified patches % php-ar-flags.patch (refreshed) % php-build-reproducible-phar.patch (refreshed) % php-date-regenerate-lexers.patch (refreshed) % php-ini.patch (refreshed) % php-systzdata-v23.patch (refreshed) OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=123
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Index: php-8.1.19/php.ini-production
|
||||
Index: php-8.2.7/php.ini-production
|
||||
===================================================================
|
||||
--- php-8.1.19.orig/php.ini-production
|
||||
+++ php-8.1.19/php.ini-production
|
||||
--- php-8.2.7.orig/php.ini-production
|
||||
+++ php-8.2.7/php.ini-production
|
||||
@@ -742,7 +742,7 @@ default_charset = "UTF-8"
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
@@ -11,7 +11,7 @@ Index: php-8.1.19/php.ini-production
|
||||
;
|
||||
; Windows: "\path1;\path2"
|
||||
;include_path = ".;c:\php\includes"
|
||||
@@ -975,7 +975,7 @@ cli_server.color = On
|
||||
@@ -976,7 +976,7 @@ cli_server.color = On
|
||||
[Date]
|
||||
; Defines the default timezone used by the date functions
|
||||
; https://php.net/date.timezone
|
||||
@@ -20,7 +20,7 @@ Index: php-8.1.19/php.ini-production
|
||||
|
||||
; https://php.net/date.default-latitude
|
||||
;date.default_latitude = 31.7667
|
||||
@@ -1164,7 +1164,7 @@ mysqli.max_persistent = -1
|
||||
@@ -1169,7 +1169,7 @@ mysqli.max_persistent = -1
|
||||
|
||||
; Allow or prevent persistent links.
|
||||
; https://php.net/mysqli.allow-persistent
|
||||
@@ -29,10 +29,10 @@ Index: php-8.1.19/php.ini-production
|
||||
|
||||
; Maximum number of links. -1 means no limit.
|
||||
; https://php.net/mysqli.max-links
|
||||
Index: php-8.1.19/sapi/fpm/www.conf.in
|
||||
Index: php-8.2.7/sapi/fpm/www.conf.in
|
||||
===================================================================
|
||||
--- php-8.1.19.orig/sapi/fpm/www.conf.in
|
||||
+++ php-8.1.19/sapi/fpm/www.conf.in
|
||||
--- php-8.2.7.orig/sapi/fpm/www.conf.in
|
||||
+++ php-8.2.7/sapi/fpm/www.conf.in
|
||||
@@ -27,6 +27,8 @@
|
||||
; If the group is not set, the user's group is used.
|
||||
user = @php_fpm_user@
|
||||
|
Reference in New Issue
Block a user