PHP support #4720
kbarendrecht
started this conversation in
Ideas
PHP support
#4720
Replies: 1 comment 1 reply
-
There is no php-build that make it easy to install php anywhere on your system. To get vfox php to work, you need to install the following dependencies on Ubuntu according to the vfox php readme: 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 libpq-dev libreadline-dev libsqlite3-dev libssl-dev libxml2-dev libxslt-dev libzip-dev openssl pkg-config re2c zlib1g-dev |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice to have support for PHP as a core tool
current registry plugins not installable
the default php plugins in the registry (vox & asdf) both were not installable for me on ubuntu 24.
they both require gdlib, which i'm not sure how to install
apt install gdlib
apt-get install libgd-dev
says i have broken packages, not sure how to proceeddependencies are an anti-goal of the project, so I understand I wont get help with that
vfox:php
asdf:php
alternative plugin
Right now i've aliased a asdf plugin to get an installable version, but this builds php from source which is slow. (and quits twice during install to request installing system build dependencies)
no extension support
i've added a postinstall script to install extensions, this would be nice to have that as tool options
mise default plugin
I honestly cant use the two default plugins. maybe the default plugin for php should be the one from ramsey (php contributor)?
Beta Was this translation helpful? Give feedback.
All reactions