From 75fbb24c76eb7d311aad9da38f058d187248dbda Mon Sep 17 00:00:00 2001 From: James Seconde Date: Thu, 5 Feb 2026 11:57:25 +0000 Subject: [PATCH 1/2] Update README.md fixed namespace for example extension --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8e6399a..0ddc8dd2 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ DLL. Further installation details can be found in the [usage](./docs/usage.md) docs. This documentation assumes you have moved `pie.phar` into your `$PATH`, e.g. -`/usr/local/bin/pie` on non-Windows systems. +`/usr/local/bin/pie` on non-Windows systems or created an alias in your shell RC file. ## Installing a single extension using PIE @@ -44,7 +44,7 @@ You can install an extension using the `install` command. For example, to install the `example_pie_extension` extension, you would run: ```shell -$ pie install example/example-pie-extension +$ pie install asgrim/example-pie-extension This command may need elevated privileges, and may prompt you for your password. You are running PHP 8.3.10 Target PHP installation: 8.3.10 nts, on Linux/OSX/etc x86_64 (from /usr/bin/php8.3) From ade4efad10520ea803a880a04d066820e0d1cdb3 Mon Sep 17 00:00:00 2001 From: James Seconde Date: Thu, 5 Feb 2026 12:17:50 +0000 Subject: [PATCH 2/2] more updated refs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ddc8dd2..64dfe8b8 100644 --- a/README.md +++ b/README.md @@ -48,10 +48,10 @@ $ pie install asgrim/example-pie-extension This command may need elevated privileges, and may prompt you for your password. You are running PHP 8.3.10 Target PHP installation: 8.3.10 nts, on Linux/OSX/etc x86_64 (from /usr/bin/php8.3) -Found package: example/example-pie-extension:1.0.1 which provides ext-example_pie_extension +Found package: asgrim/example-pie-extension:1.0.1 which provides ext-example_pie_extension phpize complete. Configure complete. -Build complete: /tmp/pie_downloader_66e0b1de73cdb6.04069773/example-example-pie-extension-769f906/modules/example_pie_extension.so +Build complete: /tmp/pie_downloader_66e0b1de73cdb6.04069773/asgrim-example-pie-extension-769f906/modules/example_pie_extension.so Install complete: /usr/lib/php/20230831/example_pie_extension.so You must now add "extension=example_pie_extension" to your php.ini $