summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-12-17 15:32:54 +0100
committerRemi Collet <remi@remirepo.net>2019-12-17 15:32:54 +0100
commit4371a030d7326f95f15300a103577e2830590a52 (patch)
tree8c0ab35ba950658a34c9b6916511c86f8fe1b765
parent44a6de95d7166ac8de6443bb067e036686b421c9 (diff)
- Update to 7.3.13 - http://www.php.net/releases/7_3_13.php
- use oracle client library version 19.5 (18.5 on EL-6)
-rw-r--r--failed.txt10
-rw-r--r--php73.spec12
2 files changed, 17 insertions, 5 deletions
diff --git a/failed.txt b/failed.txt
index 524afc9..208bd66 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,10 +1,10 @@
-===== 7.3.13RC1 (2019-12-05)
+===== 7.3.13 (2019-12-19)
$ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log
-/var/lib/mock/el6i/build.log:Tests failed : 0
+/var/lib/mock/el6i/build.log:Tests failed : 1
/var/lib/mock/el6x/build.log:Tests failed : 0
-/var/lib/mock/el7x/build.log:Tests failed : 0
+/var/lib/mock/el7x/build.log:Tests failed : 1
/var/lib/mock/el8x73/build.log:Tests failed : 14
/var/lib/mock/fc29i/build.log:Tests failed : 0
/var/lib/mock/fc29x/build.log:Tests failed : 0
@@ -13,6 +13,10 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log
/var/lib/mock/fc31x/build.log:Tests failed : 0
+el6i:
+ 1 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt]
+el7x:
+ 1 php://input is empty when enable_post_data_reading=Off [tests/basic/bug67198.phpt]
el8x:
5 buildroot issue with openssl under investigation
diff --git a/php73.spec b/php73.spec
index f063156..c95af99 100644
--- a/php73.spec
+++ b/php73.spec
@@ -26,10 +26,14 @@
%global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)
%if 0%{?rhel} == 6
+%ifarch x86_64
+%global oraclever 18.5
+%else
%global oraclever 18.3
+%endif
%global oraclelib 18.1
%else
-%global oraclever 19.3
+%global oraclever 19.5
%global oraclelib 19.1
%endif
@@ -117,7 +121,7 @@
%endif
%global upver 7.3.13
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -2245,6 +2249,10 @@ fi
%changelog
+* Tue Dec 17 2019 Remi Collet <remi@remirepo.net> - 7.3.13-1
+- Update to 7.3.13 - http://www.php.net/releases/7_3_13.php
+- use oracle client library version 19.5 (18.5 on EL-6)
+
* Tue Dec 3 2019 Remi Collet <remi@remirepo.net> - 7.3.13~RC1-1
- update to 7.3.13RC1