diff options
author | Remi Collet <remi@remirepo.net> | 2023-06-14 08:23:02 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-06-14 08:23:02 +0200 |
commit | cf2cfdc9dd7416b84e6583c8035ba9464da80c5e (patch) | |
tree | 619f3f0b17e85dc70116d101d6359fbb58e53863 /Autoload-rpm.patch | |
parent | aa67b12b07060913a626229afc40016c62805d38 (diff) |
update to 1.28.0
Diffstat (limited to 'Autoload-rpm.patch')
-rw-r--r-- | Autoload-rpm.patch | 7 |
1 files changed, 4 insertions, 3 deletions
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); |