diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-05-13 15:18:18 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-05-13 15:18:18 +0200 |
commit | cf9d7bcb5778bcff2fc69925873f590331df6fd3 (patch) | |
tree | e7d16045cee2c3140ccf35c926b10d5caa616206 | |
parent | 051a29e6474cb7adf168b9ddf89ab097390aa7a1 (diff) |
php-bartlett-PHP-CompatInfo: fix config
-rw-r--r-- | php-bartlett-PHP-Reflect-rpm.patch | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/php-bartlett-PHP-Reflect-rpm.patch b/php-bartlett-PHP-Reflect-rpm.patch index 1dade60..e5202a9 100644 --- a/php-bartlett-PHP-Reflect-rpm.patch +++ b/php-bartlett-PHP-Reflect-rpm.patch @@ -1,6 +1,6 @@ diff -up php-reflect-b45be1d0d1b5a46253f9cda894dd7717f0a64abd/bin/reflect.json.rpm php-reflect-b45be1d0d1b5a46253f9cda894dd7717f0a64abd/bin/reflect.json --- php-reflect-b45be1d0d1b5a46253f9cda894dd7717f0a64abd/bin/reflect.json.rpm 2014-04-04 23:06:38.000000000 +0200 -+++ php-reflect-b45be1d0d1b5a46253f9cda894dd7717f0a64abd/bin/reflect.json 2014-05-13 08:23:54.982741367 +0200 ++++ php-reflect-b45be1d0d1b5a46253f9cda894dd7717f0a64abd/bin/reflect.json 2014-05-13 09:00:40.429251143 +0200 @@ -1,30 +1,8 @@ { "source-providers": [ @@ -36,8 +36,8 @@ diff -up php-reflect-b45be1d0d1b5a46253f9cda894dd7717f0a64abd/bin/reflect.json.r "plugins": [ diff -up php-reflect-b45be1d0d1b5a46253f9cda894dd7717f0a64abd/bin/reflect.rpm php-reflect-b45be1d0d1b5a46253f9cda894dd7717f0a64abd/bin/reflect --- php-reflect-b45be1d0d1b5a46253f9cda894dd7717f0a64abd/bin/reflect.rpm 2014-04-04 23:06:38.000000000 +0200 -+++ php-reflect-b45be1d0d1b5a46253f9cda894dd7717f0a64abd/bin/reflect 2014-05-13 08:40:44.969643786 +0200 -@@ -1,31 +1,39 @@ ++++ php-reflect-b45be1d0d1b5a46253f9cda894dd7717f0a64abd/bin/reflect 2014-05-13 09:00:49.864286548 +0200 +@@ -1,31 +1,38 @@ -#!/usr/bin/env php +#!/usr/bin/php <?php @@ -52,7 +52,6 @@ diff -up php-reflect-b45be1d0d1b5a46253f9cda894dd7717f0a64abd/bin/reflect.rpm ph + foreach ($files as $file) { + if (file_exists($file)) { + putenv("REFLECT=$file"); -+ echo "Configuration read from $file\n"; + break; + } + } @@ -98,7 +97,7 @@ diff -up php-reflect-b45be1d0d1b5a46253f9cda894dd7717f0a64abd/bin/reflect.rpm ph diff -up php-reflect-b45be1d0d1b5a46253f9cda894dd7717f0a64abd/tests/bootstrap.php.rpm php-reflect-b45be1d0d1b5a46253f9cda894dd7717f0a64abd/tests/bootstrap.php --- php-reflect-b45be1d0d1b5a46253f9cda894dd7717f0a64abd/tests/bootstrap.php.rpm 2014-04-04 23:06:38.000000000 +0200 -+++ php-reflect-b45be1d0d1b5a46253f9cda894dd7717f0a64abd/tests/bootstrap.php 2014-05-13 08:23:54.982741367 +0200 ++++ php-reflect-b45be1d0d1b5a46253f9cda894dd7717f0a64abd/tests/bootstrap.php 2014-05-13 09:00:40.429251143 +0200 @@ -1,20 +1,19 @@ <?php |