asdf-php
asdf-php copied to clipboard
PHP plugin for the asdf version manager
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...
Hey! I noticed that the current documentation [here](https://github.com/asdf-community/asdf-php#note) suggests using the `echo {message} > {file}` command to add new extensions to PHP. There's a potential risk associated with it. Using...
Adding PHP_ADDITIONAL_CONFIG_OPTIONS to allow the user add custom build config options to the script without changing default behavior. Motivation: I had to mimic the build script to add a optional...
I tried install php 8.1 on ubuntu machine but sodium is not installed, I check the code i see `--with-sodium` option only available for mac, anyone experiencing same issue?
Bumps [asdf-vm/actions](https://github.com/asdf-vm/actions) from 1 to 2. Release notes Sourced from asdf-vm/actions's releases. v2.0.0 2.0.0 (2023-03-09) ⚠ BREAKING CHANGES Update actions to use node16 (#488) (6844d09) released by (2f61da5) Bug Fixes...
Added simple legacy file support for .ruby-version like .php-version file.
Allows folks to opt out of installing composer at install time.
To fix issues to download composer-setup.php when using another openssl library I changed the php copy to curl See https://github.com/asdf-community/asdf-php/issues/131
With all the right homebrew packages in place, this error ends up blocking an install. ``` > asdf install php 7.2.34 ... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /var/folders/kx/wsz1xqjj5cncxlwzwh1rh_4c0000gp/T/php-src-php-7.2.34/modules/opcache.a(shared_alloc_shm.o) has no symbols /bin/sh /var/folders/kx/wsz1xqjj5cncxlwzwh1rh_4c0000gp/T/php-src-php-7.2.34/libtool...