asdf-php
asdf-php copied to clipboard
PHP plugin for the asdf version manager
I checked the build script and ran ``` sudo apt-get update && sudo apt-get install -y autoconf bison build-essential curl gettext git libgd-dev libcurl4-openssl-dev libedit-dev libicu-dev libjpeg-dev libmysqlclient-dev libonig-dev libpng-dev...
I'm trying to compile like this: ``` PHP_WITHOUT_PDO_PGSQL=yes asdf install php 7.4.23 ``` I'm also having the same issue as [this](https://github.com/asdf-community/asdf-php/issues/88), but I'm ignoring it for now. I don't need...
I am getting this error: ``` Fatal error: Uncaught InvalidArgumentException: RegexIterator::__construct(): Allocation of JIT memory failed, PCRE JIT will be disabled. This is likely caused by security restrictions. Either grant...
` > ` erases old contents of `php.conf`
* Sets the `libpq` path configure option for macOS for PDO pgsql * Disables PCRE JIT for arm64 (e.g. Apple M1) because it doesn't work (yet) With these fixes we...
I'm trying install and getting this error: ```shell -> % asdf install php 8.07RC1 Determining configuration options... Downloading source code... % Total % Received % Xferd Average Speed Time Time...
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.0.2. Release notes Sourced from actions/checkout's releases. v3.0.2 What's Changed Add set-safe-directory input to allow customers to take control. by @TingluoHuang in actions/checkout#770 Prepare changelog...
I've been using `asdf-php` for a long time, but every time my installation eventually breaks because of missing dependencies, this time I get the following error: `error while loading shared...
**WHY** On the spur of the moment. I needed to patch PHP sources due ICU upgrade. **HOW** Shamelessly copy-pasted from [plugin for ruby ](https://github.com/asdf-vm/asdf-ruby).
versions should be sorted as alpha < beta < RC < release(no suffix) < pl