asdf-php icon indicating copy to clipboard operation
asdf-php copied to clipboard

PHP plugin for the asdf version manager

Results 60 asdf-php issues
Sort by recently updated
recently updated
newest added

run `asdf install php 7.2.34` ![image](https://user-images.githubusercontent.com/32825698/148735985-a9bc9419-bc09-4660-acea-595fbf7ec064.png)

Using Mac (M1 Max) ``` ... configure.ac:1544: the top level configure: WARNING: unrecognized options: --enable-gd-native-ttf, --enable-wddx, --enable-zip, --with-gd, --with-mysql, --with-xmlrpc configure: error: Please reinstall the BZip2 distribution ``` Using following...

Hi, not sure if I'm doing something wrong, but trying to install just the latest version of php on my mac. It seems to install PHP (or some other version...

[As I mentioned here](https://github.com/asdf-vm/asdf-ruby/issues/37#issuecomment-837372704) the `ASDF_PKG_MISSING` variable doesn't actually do anything. This change actually throws an error if a package is missing. Also added a link to a blog post...

Hello, and first of all, thanks for the work done so far. # There seems to be no possibility to build using asdf-php when ICU is v68 or above. Indeed,...

When installing composer is always on v2, but one may need v1. It would be great to be able to do something like `COMPOSER_VERSION=1 asdf install php `. Could support...

enhancement

Hi! After installing your plugin, I install two versions of php (7 and 8). And each version contains it's own composer!!! But I had already composer installed globally. Is there...

enhancement
good first issue

Hi, I'm using Arch Linux and I'm getting an annoying error when trying to install `PDO_PGSQL` extension via `pecl`. This is the full output: https://mystb.in/ContraryGrantsReturn Command: `pecl install pdo_pgsql`

For some reason, my `PATH` is being messed by PHP and I didn't found anything that could causes this: ```sh $ echo $PATH {PATH}:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:Warning: PHP Startup: Unable to load dynamic...

This would be a nice addition, since playing around de XML/XSLT is often common, thank you!