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

Add the --with-phpize-path option

This commit is contained in:
Alexandre Daubois
2024-11-15 17:49:50 +01:00
parent 97b7fb997a
commit b10fa93456
21 changed files with 67 additions and 4 deletions

View File

@@ -74,6 +74,13 @@ to run PIE, but we want to download the extension for PHP 8.3:
> 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
```
You may also need to use the corresponding `phpize` command for the target PHP
version, which can be specified with the `--with-phpize-path` option:
```shell
pie install --with-phpize-path=/usr/bin/phpize7.2 my/extension
```
### Version constraints and stability
You may optionally specify a version constraint when using PIE to install an