From 0f81d204e91589c45a206d10fe2782ccd99b1d78 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Feb 2019 10:18:35 +0100 Subject: v4.2.1 --- php-nikic-php-parser4-rpm.patch | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'php-nikic-php-parser4-rpm.patch') diff --git a/php-nikic-php-parser4-rpm.patch b/php-nikic-php-parser4-rpm.patch index bbdfc8f..66edc42 100644 --- a/php-nikic-php-parser4-rpm.patch +++ b/php-nikic-php-parser4-rpm.patch @@ -15,15 +15,4 @@ diff -up ./bin/php-parse.rpm ./bin/php-parse ini_set('xdebug.max_nesting_level', 3000); -diff -up ./test/bootstrap.php.rpm ./test/bootstrap.php ---- ./test/bootstrap.php.rpm 2016-04-20 06:33:22.713063604 +0200 -+++ ./test/bootstrap.php 2016-04-20 06:34:38.963385593 +0200 -@@ -2,7 +2,7 @@ - - namespace PhpParser; - --require __DIR__ . '/../vendor/autoload.php'; -+require '@BUILDROOT@/usr/share/php/PhpParser4/autoload.php'; - - function canonicalize($str) { - // normalize EOL style + -- cgit