Support of custom php binaries
It's now possible to pass a new parameter php_bin
, which will call the composer.phar
with a custom call to the php binary. I.e. php -d "apc.enable_cli=0"
for better control.
It's now possible to pass a new parameter php_bin
, which will call the composer.phar
with a custom call to the php binary. I.e. php -d "apc.enable_cli=0"
for better control.