You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Composer should not be combined with micro sapi, it's not supported.
But if you want to achieve this, you need to build micro sapi with --with-micro-fake-cli option and re-combine the latest composer.phar with openssl, curl extension. Even after that, some composer functions are still unavailable.
./spc build --build-micro "filter,iconv,mbstring,phar,tokenizer,zlib" --enable-zts --with-upx-pack
bin/spc micro:combine composer.phar --with-micro=bin/micro.sfx -N php.ini -O composer
error:
./bin/composer install
Warning: Undefined array key "argv" in phar:///bin/composer/bin/composer on line 94
Warning: Trying to access array offset on null in phar:///bin/composer on line 94
Deprecated: realpath(): Passing null to parameter #1 ($path) of type string is deprecated in phar:///bin/composer/bin/composer on line 94
The text was updated successfully, but these errors were encountered: