diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-03 18:12:27 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-03 18:12:27 +0200 |
commit | 7b10b28bca767b17157c912305a36b8a6c7ae465 (patch) | |
tree | 7f484ae97d0f5b07d97e9647a22584c1d7f63c80 /Autoload-rpm.patch | |
parent | 35c2e9026ee3ef89d1468b4f1ba8884e5b5ef229 (diff) |
php-theseer-autoload: swicth from eZ to Zeta Components
Diffstat (limited to 'Autoload-rpm.patch')
-rw-r--r-- | Autoload-rpm.patch | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/Autoload-rpm.patch b/Autoload-rpm.patch index cfc8ddd..78a0a69 100644 --- a/Autoload-rpm.patch +++ b/Autoload-rpm.patch @@ -1,11 +1,5 @@ --- phpab.php.rpm 2014-11-25 11:32:11.000000000 +0100 +++ phpab.php 2014-11-25 14:40:59.288514790 +0100 -@@ -1,4 +1,4 @@ --#!/usr/bin/env php -+#!/usr/bin/php - <?php - /** - * Copyright (c) 2009-2014 Arne Blankerts <arne@blankerts.de> @@ -42,12 +42,15 @@ * 4 - Lint Error */ @@ -17,9 +11,9 @@ ini_set('date.timezone', 'UTC'); } -require __DIR__ . '/src/autoload.php'; -+require 'TheSeer/DirectoryScanner/autoload.php'; -+require 'TheSeer/Autoload/autoload.php'; -+require 'ezc/Base/base.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(); |