diff options
author | Remi Collet <remi@remirepo.net> | 2024-05-02 10:39:50 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-05-02 10:39:50 +0200 |
commit | 5bb9ccc78954d8734101e651401ed5584e39440a (patch) | |
tree | 4317a66c7b3fb671d5ebf084dff146265b5c9b00 /Autoload-rpm.patch | |
parent | cf2cfdc9dd7416b84e6583c8035ba9464da80c5e (diff) |
update to 1.29.1
Diffstat (limited to 'Autoload-rpm.patch')
-rw-r--r-- | Autoload-rpm.patch | 6 |
1 files changed, 3 insertions, 3 deletions
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); |