Eugeny / ajenti-v

Virtual Hosting addon for Ajenti
ajenti.org/#product-ajenti-v
MIT License
224 stars 80 forks source link

Support for PHP 7.1 FPM #251

Closed renanwilliam closed 5 years ago

renanwilliam commented 7 years ago

Hi,

It's will be interesting enable support to PHP 7.1-FPM, currently only supports 7.0

MaximKiselev commented 7 years ago

Maybe rebuild packages? I think ajenti must not have two subversions of programming language. Only, major version... Only two packages ajenti-v-php5-fpm and ajenti-v-php7-fpm with latest version in backports. Or add new version of plugin or edit current for 7.1? PHP 7.1 some faster than 7.0 and syntax

@Eugeny what do u think?

harimayco commented 7 years ago

I need this too +1

kamilkrzeminski commented 7 years ago

+1

v-sazhin commented 7 years ago

+1

venigo commented 7 years ago

+1

noogen commented 6 years ago

Example: https://github.com/niiknow/ajenticp/tree/master/files/var/lib/ajenti/plugins

Must modify: vh, vh-nginx, and add vh-php7.1-fpm

FenghenHome commented 6 years ago

Example:https://github.com/FenghenHome/ajenticp/tree/master/rootfs/var/lib/ajenti/plugins/vh-php7.1-fpm

Sithira commented 6 years ago

does anyone have installed php7.1-fpm ???

pfz commented 6 years ago

Hi, a PR has been submitted and merged concerning this issue.

262

Does it work for you?

Sithira commented 6 years ago

@pfz only if i knew how to update it . Can you guide me ?

pfz commented 6 years ago

@Sithira No problem. Thanks to #263 , you can use the ajenti repository to apt-get / yum the package ajenti-v-php7.1-fpm . Ok with you?

MoNSTRiKcom commented 6 years ago

Where is the ajenti-v-php7.2-fpm ?

Ubuntu: apt-cache search ajenti-v ajenti-v - Virtual hosting solution for Ajenti ajenti-v-ftp-pureftpd - PureFTPd support for Ajenti V ajenti-v-ftp-vsftpd - VSFTPD support for Ajenti V ajenti-v-mail - Mail for Ajenti V ajenti-v-mysql - MySQL support for Ajenti V ajenti-v-nginx - NGINX support for Ajenti V ajenti-v-nodejs - Node.JS support for Ajenti V ajenti-v-php-fpm - PHP support for Ajenti V (via PHP-FPM) ajenti-v-php5.6-fpm - PHP5.6 support for Ajenti V (via PHP-FPM / ppa:ondrej/php) ajenti-v-php7-fpm - PHP support for Ajenti V (via PHP-FPM) ajenti-v-php7.0-fpm - PHP support for Ajenti V (via PHP-FPM / ppa:ondrej/php) ajenti-v-php7.1-fpm - PHP 7.1 support for Ajenti V (via PHP-FPM) ajenti-v-python-gunicorn - Python support for Ajenti V (via gunicorn) ajenti-v-ruby-puma - Ruby support for Ajenti V (via Puma.io) ajenti-v-ruby-unicorn - Ruby support for Ajenti V (via Unicorn)

pfz commented 6 years ago

not implemented yet in ajenti. If you are in a rush, you can look at changes made in this PR : #262 , so you can do the same for php 7.2 . If you do so, please consider #263 as well to make it available in the repository.

Sithira commented 6 years ago

@pfz i saw a merge to the main repo for php 7.2 but it was not showing up on CLI after installing. Any idea why its not showing up ?

MoNSTRiKcom commented 6 years ago

@Sithira reboot ajenti :)

renanwilliam commented 5 years ago

Support already added