summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-12-06 17:31:13 +0100
committerRemi Collet <remi@php.net>2022-12-06 17:31:13 +0100
commit1d5a3c93d4cbb431bfd1d87716d4ef8d8bb86e1b (patch)
tree2a377952e64743ae7d76bac29584a9eed7da15a7
parent04288e1b3e906cf487eb538087476013615bfc2b (diff)
update to 8.2.0 GAv8.2.0
-rw-r--r--failed.txt6
-rw-r--r--php.ini6
-rw-r--r--php82.spec7
3 files changed, 10 insertions, 9 deletions
diff --git a/failed.txt b/failed.txt
index b762944..9d97954 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,9 +1,9 @@
-===== 8.2.0RC7 (2022-11-24)
+===== 8.2.0 (2022-12-08)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
/var/lib/mock/el7x82/build.log:Tests failed : 0
-/var/lib/mock/el8x82/build.log:Tests failed : 2
+/var/lib/mock/el8x82/build.log:Tests failed : 1
/var/lib/mock/el9x82/build.log:Tests failed : 1
/var/lib/mock/fc35x82/build.log:Tests failed : 1
/var/lib/mock/fc36x82/build.log:Tests failed : 1
@@ -12,8 +12,6 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log
all:
3 Compatibility of values of same name trait constants is checked after their constant expressions are evaluated [Zend/tests/traits/constant_016.phpt]
-el8x:
- 3 ext/standard/tests/strings/setlocale_variation2.phpt
1 proc_open give erratic test results :(
diff --git a/php.ini b/php.ini
index 07b7a0f..f62952e 100644
--- a/php.ini
+++ b/php.ini
@@ -9,8 +9,8 @@
; PHP attempts to find and load this configuration from a number of locations.
; The following is a summary of its search order:
; 1. SAPI module specific location.
-; 2. The PHPRC environment variable. (As of PHP 5.2.0)
-; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)
+; 2. The PHPRC environment variable.
+; 3. A number of predefined registry keys on Windows
; 4. Current working directory (except CLI)
; 5. The web server's directory (for SAPI modules), or directory of PHP
; (otherwise in Windows)
@@ -449,7 +449,7 @@ memory_limit = 128M
; development and early testing.
;
; Error Level Constants:
-; E_ALL - All errors and warnings (includes E_STRICT as of PHP 5.4.0)
+; E_ALL - All errors and warnings
; E_ERROR - fatal run-time errors
; E_RECOVERABLE_ERROR - almost fatal run-time errors
; E_WARNING - run-time warnings (non-fatal errors)
diff --git a/php82.spec b/php82.spec
index 9d8595d..a2e4acc 100644
--- a/php82.spec
+++ b/php82.spec
@@ -108,12 +108,12 @@
%bcond_with zip
%global upver 8.2.0
-%global rcver RC7
+#global rcver RC7
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 9%{?dist}
+Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -2178,6 +2178,9 @@ fi
%changelog
+* Tue Dec 6 2022 Remi Collet <remi@remirepo.net> - 8.2.0-1
+- update to 8.2.0 GA
+
* Fri Nov 25 2022 Remi Collet <remi@remirepo.net> - 8.2.0~RC7-9
- test build for GH-9997 with new upstream patch