summaryrefslogtreecommitdiffstats
path: root/php-upstream.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-07-16 16:34:12 +0200
committerRemi Collet <remi@remirepo.net>2019-07-16 16:34:12 +0200
commit621cb98a0cece6f52e2d017fc4f225645edb1f0c (patch)
treee7376eca03b96a8289cabf0f44223b389e2a6a4e /php-upstream.patch
parent51cbcdbe43f65c027e78e0bf5c861d290a838693 (diff)
- update to 7.3.8RC1
- add upstream patch for #78297 - main package now recommends commonly used extensions (json, mbstring, opcache, pdo, xml)
Diffstat (limited to 'php-upstream.patch')
-rw-r--r--php-upstream.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/php-upstream.patch b/php-upstream.patch
new file mode 100644
index 0000000..ecd8d8f
--- /dev/null
+++ b/php-upstream.patch
@@ -0,0 +1,26 @@
+From e6c2b288652cf9c8d0b92d2842d73b3eb2431860 Mon Sep 17 00:00:00 2001
+From: George Peter Banyard <girgias@php.net>
+Date: Thu, 11 Jul 2019 16:06:41 +0200
+Subject: [PATCH] Convert short tag to standard tag in Zend test file
+
+Closes GH-4389.
+---
+ Zend/tests/bug78271.phpt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Zend/tests/bug78271.phpt b/Zend/tests/bug78271.phpt
+index fbbe016..70eba17 100644
+--- a/Zend/tests/bug78271.phpt
++++ b/Zend/tests/bug78271.phpt
+@@ -1,7 +1,7 @@
+ --TEST--
+ Bug #78271: Invalid result of if-else
+ --FILE--
+-<?
++<?php
+ function test($a, $b){
+ if ($a==10) {
+ $w="x";
+--
+2.1.4
+