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, 0 insertions, 26 deletions
diff --git a/php-upstream.patch b/php-upstream.patch
deleted file mode 100644
index ecd8d8f..0000000
--- a/php-upstream.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-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
-