php / pie

The PHP Installer for Extensions
BSD 3-Clause "New" or "Revised" License
630 stars 18 forks source link

Add the `--with-phpize-path` option #96

Closed alexandre-daubois closed 4 days ago

alexandre-daubois commented 1 week ago

Just like the --with-php-config and --with-php-path options, you can specify the path to phpize with this new option. If the option is not given, we fallback on the current phpize autodetection.

alexandre-daubois commented 5 days ago

@asgrim I changed the approach. Now, the path is given to the PieComposerRequest and then to the Build as it is done for configure options. Is it better to you?

Should we also block using this option on Windows?

asgrim commented 4 days ago

Thanks @alexandre-daubois yep this should help !