summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-03-29 17:08:44 +0200
committerRemi Collet <remi@php.net>2023-03-29 17:08:44 +0200
commitcaf4328222b850cbfd01fea0d42d7f79c9da916d (patch)
tree903b73241321e9d57145661eb7c81c271c1310bb
parentaecaed8ed0f18265142e1b05a5c22f45af52f479 (diff)
update to 8.2.5RC1
-rw-r--r--10756.patch21
-rw-r--r--failed.txt6
-rw-r--r--php82.spec12
3 files changed, 7 insertions, 32 deletions
diff --git a/10756.patch b/10756.patch
deleted file mode 100644
index b980bf7..0000000
--- a/10756.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 9f0022064677d180742642f264096a46c09269d3 Mon Sep 17 00:00:00 2001
-From: Remi Collet <remi@remirepo.net>
-Date: Fri, 3 Mar 2023 11:12:13 +0100
-Subject: [PATCH] remove assert raising strange behavior with GCC 10
-
----
- ext/reflection/php_reflection.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c
-index 9a9685e7292e..42fec082c173 100644
---- a/ext/reflection/php_reflection.c
-+++ b/ext/reflection/php_reflection.c
-@@ -1748,7 +1748,6 @@ ZEND_METHOD(ReflectionFunctionAbstract, getClosureUsedVariables)
-
- zend_op *opline = ops->opcodes + ops->num_args;
- if (ops->fn_flags & ZEND_ACC_VARIADIC) {
-- ZEND_ASSERT(opline->opcode == ZEND_RECV_VARIADIC);
- opline++;
- }
-
diff --git a/failed.txt b/failed.txt
index bdb8f84..d8d92f6 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,8 +1,8 @@
-===== 8.2.4 (2023-03-16)
+===== 8.2.5RC1 (2023-03-30)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
-/var/lib/mock/el7x82/build.log:Tests failed : 1
+/var/lib/mock/el7x82/build.log:Tests failed : 0
/var/lib/mock/el8x82/build.log:Tests failed : 0
/var/lib/mock/el9x82/build.log:Tests failed : 0
/var/lib/mock/fc36x82/build.log:Tests failed : 0
@@ -10,8 +10,6 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log
/var/lib/mock/fc38x82/build.log:Tests failed : 2
-el7x:
- 4 ext/date/tests/gh10747-2.phpt
fc38x:
3 openssl_error_string() tests (OpenSSL >= 3.0) [ext/openssl/tests/openssl_error_string_basic_openssl3.phpt]
3 openssl_private_decrypt() tests [ext/openssl/tests/openssl_private_decrypt_basic.phpt]
diff --git a/php82.spec b/php82.spec
index be2ec82..d62d895 100644
--- a/php82.spec
+++ b/php82.spec
@@ -109,8 +109,8 @@
%bcond_without libgd
%bcond_with zip
-%global upver 8.2.4
-#global rcver RC1
+%global upver 8.2.5
+%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -184,8 +184,6 @@ Patch91: php-7.2.0-oci8conf.patch
Patch300: php-7.4.0-datetests.patch
# WIP
-# https://github.com/php/php-src/pull/10756
-Patch400: 10756.patch
BuildRequires: gnupg2
BuildRequires: bzip2-devel
@@ -1201,9 +1199,6 @@ in pure PHP.
%endif
# WIP patch
-%if 0%{?rhel} == 7
-%patch400 -p1 -b .pr10756
-%endif
# Prevent %%doc confusion over LICENSE files
cp Zend/LICENSE ZEND_LICENSE
@@ -2200,6 +2195,9 @@ fi
%changelog
+* Wed Mar 29 2023 Remi Collet <remi@remirepo.net> - 8.2.5~RC1-1
+- update to 8.2.5RC1
+
* Wed Mar 15 2023 Remi Collet <remi@remirepo.net> - 8.2.4-1
- Update to 8.2.4 - http://www.php.net/releases/8_2_4.php