diff options
author | Remi Collet <remi@remirepo.net> | 2023-06-27 16:52:56 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-06-27 16:52:56 +0200 |
commit | 9141ee7420894c44d00deb896976d43d45df6044 (patch) | |
tree | 47eae47fa2b5c78b0ac6a44c9794dc9268cebd08 /php-nikic-php-parser5-rpm.patch | |
parent | 3efe286cca172dea845e848f39fc975c7856c548 (diff) |
update to 5.0.0alpha3
rename to php-nikic-php-parser5
install in /usr/share/php/PhpParser5
raise dependency on PHP 7.1
Diffstat (limited to 'php-nikic-php-parser5-rpm.patch')
-rw-r--r-- | php-nikic-php-parser5-rpm.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-nikic-php-parser5-rpm.patch b/php-nikic-php-parser5-rpm.patch index 66edc42..c51924b 100644 --- a/php-nikic-php-parser5-rpm.patch +++ b/php-nikic-php-parser5-rpm.patch @@ -11,7 +11,7 @@ diff -up ./bin/php-parse.rpm ./bin/php-parse - break; - } -} -+require '/usr/share/php/PhpParser4/autoload.php'; ++require '/usr/share/php/PhpParser5/autoload.php'; ini_set('xdebug.max_nesting_level', 3000); |