diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-07-01 10:52:48 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-07-01 10:52:48 +0200 |
commit | 093ba3877c78554846cc423bfbc060f3cc0fcf0b (patch) | |
tree | d457b3d38eab53e3b37441a4b350464bc5ceac84 /Autoload-rpm.patch | |
parent | 76e9c3c93f73e5e5711478c8dff42480d140c4dd (diff) |
php-theseer-autoload: 1.18.0
Diffstat (limited to 'Autoload-rpm.patch')
-rw-r--r-- | Autoload-rpm.patch | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Autoload-rpm.patch b/Autoload-rpm.patch index 78a0a69..8eaa375 100644 --- a/Autoload-rpm.patch +++ b/Autoload-rpm.patch @@ -1,6 +1,6 @@ ---- phpab.php.rpm 2014-11-25 11:32:11.000000000 +0100 -+++ phpab.php 2014-11-25 14:40:59.288514790 +0100 -@@ -42,12 +42,15 @@ +--- phpab.php.rpm 2015-06-30 22:02:53.000000000 +0200 ++++ phpab.php 2015-07-01 10:13:32.443481551 +0200 +@@ -42,12 +42,12 @@ * 4 - Lint Error */ @@ -11,10 +11,7 @@ ini_set('date.timezone', 'UTC'); } -require __DIR__ . '/src/autoload.php'; -+require '/usr/share/php/TheSeer/DirectoryScanner/autoload.php'; +require '/usr/share/php/TheSeer/Autoload/autoload.php'; -+require '/usr/share/php/ezc/Base/base.php'; -+spl_autoload_register(array('\ezcBase','autoload')); $factory = new \TheSeer\Autoload\Factory(); $factory->getCLI()->run(); |