From 5bb9ccc78954d8734101e651401ed5584e39440a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 May 2024 10:39:50 +0200 Subject: update to 1.29.1 --- Autoload-rpm.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Autoload-rpm.patch') diff --git a/Autoload-rpm.patch b/Autoload-rpm.patch index 0856847..354734a 100644 --- a/Autoload-rpm.patch +++ b/Autoload-rpm.patch @@ -1,6 +1,6 @@ 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 +--- ./phpab.php.rpm 2023-09-19 09:19:53.895163447 +0200 ++++ ./phpab.php 2023-09-19 09:20:45.772936697 +0200 @@ -43,12 +43,12 @@ * 5 - Duplicates found Error */ @@ -15,4 +15,4 @@ diff -up ./phpab.php.rpm ./phpab.php +require '/usr/share/php/TheSeer/Autoload/autoload.php'; $factory = new \TheSeer\Autoload\Factory(); - $factory->getCLI()->run($_SERVER); + $rc = $factory->getCLI()->run($_SERVER); -- cgit