diff options
author | Remi Collet <remi@remirepo.net> | 2019-11-25 07:50:39 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-11-25 07:50:39 +0100 |
commit | 79b25aeb567c87cbd95e0d145d7d4115c199256b (patch) | |
tree | 2fffdf42bcf5110deb63907a1c4b1034d4e7798d /Autoload-rpm.patch | |
parent | 283af5e443688bc4cec129d1a3dca57c5feb399f (diff) |
v1.25.8
Diffstat (limited to 'Autoload-rpm.patch')
-rw-r--r-- | Autoload-rpm.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Autoload-rpm.patch b/Autoload-rpm.patch deleted file mode 100644 index bd699c1..0000000 --- a/Autoload-rpm.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- phpab.php.rpm 2015-06-30 22:02:53.000000000 +0200 -+++ phpab.php 2015-07-01 10:13:32.443481551 +0200 -@@ -43,12 +43,12 @@ - * 5 - Duplicates found Error - */ - --define('PHPAB_VERSION', '%development%'); -+define('PHPAB_VERSION', '@VERSION@'); - - if (!ini_get('date.timezone')) { - ini_set('date.timezone', 'UTC'); - } --require __DIR__ . '/src/autoload.php'; -+require '/usr/share/php/TheSeer/Autoload/autoload.php'; - - $factory = new \TheSeer\Autoload\Factory(); - $factory->getCLI()->run(); |