summaryrefslogtreecommitdiffstats
path: root/php-upstream.patch
diff options
context:
space:
mode:
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
+