summaryrefslogtreecommitdiffstats
path: root/zephir-rpm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'zephir-rpm.patch')
-rw-r--r--zephir-rpm.patch22
1 files changed, 11 insertions, 11 deletions
diff --git a/zephir-rpm.patch b/zephir-rpm.patch
index 3239650..1f6b125 100644
--- a/zephir-rpm.patch
+++ b/zephir-rpm.patch
@@ -1,7 +1,7 @@
diff -up ./Library/autoload.php.rpm ./Library/autoload.php
---- ./Library/autoload.php.rpm 2018-11-28 15:59:50.923865048 +0100
-+++ ./Library/autoload.php 2018-11-28 16:16:41.880180099 +0100
-@@ -39,20 +39,5 @@ if (PHP_SAPI !== 'cli' && PHP_SAPI !== '
+--- ./Library/autoload.php.rpm 2019-01-16 13:34:46.975062156 +0100
++++ ./Library/autoload.php 2019-01-16 13:35:28.477322927 +0100
+@@ -39,20 +39,4 @@ if (PHP_SAPI !== 'cli' && PHP_SAPI !== '
exit(1);
}
@@ -9,25 +9,25 @@ diff -up ./Library/autoload.php.rpm ./Library/autoload.php
- __DIR__.'/../vendor/autoload.php', // Is installed locally
- __DIR__.'/../../../autoload.php', // Is installed via Composer
-];
-+require_once dirname(__DIR__) . '/autoload.php';
-
+-
-foreach ($autoloaders as $file) {
-- if (\file_exists($file)) {
+- if (file_exists($file)) {
- include_once $file;
- break;
- }
-}
-
--if (false == \class_exists('Composer\Autoload\ClassLoader', false)) {
-- \fwrite(STDERR, 'Unable to find the Composer autoloader.'.PHP_EOL);
+-if (false == class_exists('Composer\Autoload\ClassLoader', false)) {
+- fwrite(STDERR, 'Unable to find the Composer autoloader.'.PHP_EOL);
-
- exit(1);
-}
++require_once dirname(__DIR__) . '/autoload.php';
diff -up ./zephir.rpm ./zephir
---- ./zephir.rpm 2018-11-27 22:28:25.000000000 +0100
-+++ ./zephir 2018-11-28 15:57:43.690197659 +0100
+--- ./zephir.rpm 2019-01-16 13:34:46.975062156 +0100
++++ ./zephir 2019-01-16 13:36:53.264855644 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/env php
<?php
- /**
+ /*