From 9db5ef4b6f1d89cab3b3d97589d9fdb92f9cfb15 Mon Sep 17 00:00:00 2001 From: Mark Schmitz Date: Sat, 27 Jun 2026 15:08:38 +0200 Subject: [PATCH] Update README.md Fix link to PHP phar extension description, which was moved Feb 2026 and the redirect was apparently disabled in March or April 2026, see (link)[https://web.archive.org/web/20260000000000*/https://www.php.net/manual/en/intro.phar.php] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 690e3ab2..26495240 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ PIE is the official installer for PHP extensions, which replaces [PECL](https://pecl.php.net/) (which is now deprecated). PIE is distributed as a -[PHAR](https://www.php.net/manual/en/intro.phar.php), just like Composer, and +[PHAR](https://www.php.net/manual/en/book.phar.php), just like Composer, and works in a similar way to Composer, but it installs PHP extensions (PHP Modules or Zend Extensions) to your PHP installation, rather than pulling PHP packages into your project or library.