summaryrefslogtreecommitdiffstats
path: root/php-PHPParser-command.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-04-04 14:57:10 +0200
committerRemi Collet <fedora@famillecollet.com>2015-04-04 14:57:10 +0200
commit975e1abb0212b4634cd39b0f2d3d74fec2448b20 (patch)
tree3fe395053b7a4ff4ca461d8967550e85dba257cb /php-PHPParser-command.patch
parent32316ab425a7f558ebdd80ca55b12489351f43e2 (diff)
php-PHPParser: 1.2.2
Diffstat (limited to 'php-PHPParser-command.patch')
-rw-r--r--php-PHPParser-command.patch11
1 files changed, 6 insertions, 5 deletions
diff --git a/php-PHPParser-command.patch b/php-PHPParser-command.patch
index 0a8cfd5..58850fa 100644
--- a/php-PHPParser-command.patch
+++ b/php-PHPParser-command.patch
@@ -1,7 +1,8 @@
-diff -up bin/php-parse.php.rpm bin/php-parse.php
---- bin/php-parse.php.rpm 2015-02-25 17:52:01.000000000 +0100
-+++ bin/php-parse.php 2015-02-25 17:52:55.000000000 +0100
-@@ -1,6 +1,8 @@
+diff -up ./bin/php-parse.php.rpm ./bin/php-parse.php
+--- ./bin/php-parse.php.rpm 2015-04-04 14:49:15.704865853 +0200
++++ ./bin/php-parse.php 2015-04-04 14:50:15.625104006 +0200
+@@ -1,7 +1,8 @@
+-#!/usr/bin/env php
+#!/usr/bin/php
<?php
@@ -9,5 +10,5 @@ diff -up bin/php-parse.php.rpm bin/php-parse.php
+require 'PhpParser/Autoloader.php';
+PhpParser\Autoloader::register();
- ini_set('xdebug.max_nesting_level', 2000);
+ ini_set('xdebug.max_nesting_level', 3000);