diff options
author | Remi Collet <remi@remirepo.net> | 2025-05-04 07:43:22 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-05-04 07:43:22 +0200 |
commit | 9d1ee94f1ed50578f349fe0ff8e50c778145b576 (patch) | |
tree | b105c77de6cbcd3ffcc61e5d9133f66b144247fe /php-bartlett-PHP-CompatInfo-6.0.0-rpm.patch | |
parent | 53d39d40ecdbcd68fd26986b14d82a7caa780332 (diff) |
update to 7.2.3
re-license spec file to CECILL-2.1
always build with composer-generators
update bundled bartlett/php-compatinfo-db to 6.16.0
Diffstat (limited to 'php-bartlett-PHP-CompatInfo-6.0.0-rpm.patch')
-rw-r--r-- | php-bartlett-PHP-CompatInfo-6.0.0-rpm.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/php-bartlett-PHP-CompatInfo-6.0.0-rpm.patch b/php-bartlett-PHP-CompatInfo-6.0.0-rpm.patch deleted file mode 100644 index 92cebab..0000000 --- a/php-bartlett-PHP-CompatInfo-6.0.0-rpm.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -up ./bin/phpcompatinfo.rpm ./bin/phpcompatinfo ---- ./bin/phpcompatinfo.rpm 2021-12-13 12:09:12.000000000 +0100 -+++ ./bin/phpcompatinfo 2021-12-13 12:12:30.838533965 +0100 -@@ -6,6 +6,10 @@ if (PHP_SAPI !== 'cli') { - return; - } - -+if (!getenv("DATABASE_URL")) { -+ putenv("DATABASE_URL=sqlite:///" . dirname(__DIR__) . "/data/compatinfo-db.sqlite"); -+} -+ - gc_disable(); // performance boost - - require_once dirname(__DIR__) . '/config/bootstrap.php'; |