asdf-php
asdf-php copied to clipboard
PHP plugin for the asdf version manager
``` configure: error: Cannot find libpq-fe.h. Please specify correct PostgreSQL installation path ``` I'm still experiencing #99 on master. Shouldn't this be fixed by #102 already? This command fixes it,...
I'm trying to install but I'm having problems with openssl. Any suggestions? `lsb_release -a` ``` No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04 LTS Release: 22.04 Codename:...
After upgrading to Ubuntu 22:10 Lts, as of today the stable release, asdf-php has stopped working. It complains about missing library `error while loading shared libraries: libicuio.so.67: cannot open shared...
Install the dependencies required for Debian, then run asdf install php 7.0.33 and meet with the following error: ``` checking for icu-config... no checking for location of ICU headers and...
### Summary It seems that many people are struggling to install older versions of PHP since OpenSSL is now on version 3. And so was I. After some digging I...
I needed these 3 PRs to get M1 to install: * #102 * #120 * https://github.com/asdf-community/asdf-php/pull/123
There is no benefit on our side to managing this too complex shell nightmare, and it should be managed centrally if possible.
opcache is bundled with PHP 5.5.0 and later, so `--enable-opcache` should work with all versions >= 5.5.0. I'm not entirely sure if we need the version check, since all [currently...
When trying to install on Ubuntu 22.04 LTS is giving OpenSSL 3.0 error ``` lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04 LTS Release: 22.04...
fixes #122 #120 #102 #94