From cf2cfdc9dd7416b84e6583c8035ba9464da80c5e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Jun 2023 08:23:02 +0200 Subject: update to 1.28.0 --- Autoload-rpm.patch | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Autoload-rpm.patch') diff --git a/Autoload-rpm.patch b/Autoload-rpm.patch index bd699c1..0856847 100644 --- a/Autoload-rpm.patch +++ b/Autoload-rpm.patch @@ -1,5 +1,6 @@ ---- phpab.php.rpm 2015-06-30 22:02:53.000000000 +0200 -+++ phpab.php 2015-07-01 10:13:32.443481551 +0200 +diff -up ./phpab.php.rpm ./phpab.php +--- ./phpab.php.rpm 2023-06-14 08:18:08.257333519 +0200 ++++ ./phpab.php 2023-06-14 08:20:04.223300301 +0200 @@ -43,12 +43,12 @@ * 5 - Duplicates found Error */ @@ -14,4 +15,4 @@ +require '/usr/share/php/TheSeer/Autoload/autoload.php'; $factory = new \TheSeer\Autoload\Factory(); - $factory->getCLI()->run(); + $factory->getCLI()->run($_SERVER); -- cgit