1
0
mirror of https://github.com/php/pie.git synced 2026-03-23 23:12:17 +01:00

Fixed error in documentation regarding using PIE to install an extension for a different php version.

This commit is contained in:
Michiel Vermeersch
2024-10-15 11:31:57 +02:00
parent 8566c5aecf
commit 91f8250fb4

View File

@@ -71,7 +71,7 @@ On Windows, you may provide a path to the `php` executable itself using the
to run PIE, but we want to download the extension for PHP 8.3:
```shell
> C:\php-8.3.6\php.exe C:\pie.phar install --with-php-path=C:\php-8.1.7\php.exe example/example-pie-extension
> C:\php-8.1.7\php.exe C:\pie.phar install --with-php-path=C:\php-8.3.6\php.exe example/example-pie-extension
```
### Version constraints and stability