summaryrefslogtreecommitdiffstats
path: root/pie-rpm.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-03-19 15:27:04 +0100
committerRemi Collet <remi@php.net>2026-03-19 15:27:04 +0100
commit6e4678666d16ea885671143f6b801e354408336f (patch)
treea367eb98d0f3b0d0abbb378b96fe6d435fb83d59 /pie-rpm.patch
parentd1d0306eaa4c8e83d8bf08d05ade5853bf5e3a86 (diff)
update to 1.4.0-alpha.1HEADmaster
Diffstat (limited to 'pie-rpm.patch')
-rw-r--r--pie-rpm.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/pie-rpm.patch b/pie-rpm.patch
index 9d4a8d0..d72f260 100644
--- a/pie-rpm.patch
+++ b/pie-rpm.patch
@@ -1,6 +1,6 @@
diff -up ./bin/pie.rpm ./bin/pie
---- ./bin/pie.rpm 2025-11-04 07:31:47.045861211 +0100
-+++ ./bin/pie 2025-11-04 07:34:03.568067299 +0100
+--- ./bin/pie.rpm 2026-03-19 15:22:15.000000000 +0100
++++ ./bin/pie 2026-03-19 15:22:31.719304419 +0100
@@ -28,13 +28,14 @@ use function error_reporting;
use const E_DEPRECATED;
@@ -19,19 +19,19 @@ diff -up ./bin/pie.rpm ./bin/pie
$container = Container::factory();
diff -up ./src/Command/SelfUpdateCommand.php.rpm ./src/Command/SelfUpdateCommand.php
---- ./src/Command/SelfUpdateCommand.php.rpm 2025-11-04 07:31:47.045962420 +0100
-+++ ./src/Command/SelfUpdateCommand.php 2025-11-04 07:34:56.202111078 +0100
-@@ -85,6 +85,7 @@ final class SelfUpdateCommand extends Co
+--- ./src/Command/SelfUpdateCommand.php.rpm 2026-03-19 15:22:15.000000000 +0100
++++ ./src/Command/SelfUpdateCommand.php 2026-03-19 15:23:34.903816597 +0100
+@@ -84,6 +84,7 @@ final class SelfUpdateCommand extends Co
{
- if (! PieVersion::isPharBuild()) {
+ if (! PieVersion::isPharBuild() || Platform::isRunningStaticPhp()) {
$this->io->writeError('<comment>Aborting! You are not running a PHAR, cannot self-update.</comment>');
+ $this->io->writeError('<comment>Update the pie RPM using the package manager (dnf).</comment>');
return Command::FAILURE;
}
diff -up ./src/Command/SelfVerifyCommand.php.rpm ./src/Command/SelfVerifyCommand.php
---- ./src/Command/SelfVerifyCommand.php.rpm 2025-11-04 07:31:47.046045232 +0100
-+++ ./src/Command/SelfVerifyCommand.php 2025-11-04 07:35:34.439595840 +0100
+--- ./src/Command/SelfVerifyCommand.php.rpm 2026-03-19 15:22:15.000000000 +0100
++++ ./src/Command/SelfVerifyCommand.php 2026-03-19 15:22:31.719485375 +0100
@@ -43,6 +43,7 @@ final class SelfVerifyCommand extends Co
{
if (! PieVersion::isPharBuild()) {