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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user