3

DA Pro support php 5.2 - latest version and unlimited version of installation.


Avatar
Mean Charoenrat

# Discuss on forum
forum.directadmin.com/threads/da-pro-support-php-5-2-latest-version-and-unlimited-version-of-installation.68739/

-----------------------------------------

Is it possible for Directadmin Pro to support PHP 5.2 - the latest version and it supports more than 4 versions of PHP.
Unlimited version of installation. and no need to use cloudlinux.

I understand that Plesk also supports PHP 5.2 - the latest version,

# 1 )
I believe it will be a feature that will encourage many people to upgrade to the Pro Version.
Many customers would choose to use Directadmin.

because this is still a weakness that Plesk and cPanel have an advantage over.

# 2 )
Currently, there are issues with the compilation of PHP versions. , debian cannot compile 7.4 before 5.6
php1_release=8.2
php2_release=5.6
php3_release=7.4

ref
forum.directadmin.com/threads/php-5-6-with-htscanner-yes-fails-compilation-on-debian-10.63592

# 3 )
PHP Version Selector move to Dashboard
( oh i see will update on v1.651 )

# 4 )
PHP Extension Selector by user , If it can be done.

# 5 )
I encountered a problem when transferring users between servers with different PHP version numbers.
if the PHP version is not supported, it will not be functional.

I think you should change the usage of PHP1, PHP2, PHP3, PHP4 to PHP{version} as specified in
/usr/local/directadmin/data/users/{USERNAME}/domains/{DOMAIN}.conf
php_selector=php7433

If you have plans to do it again I think you made it support the php patch version.

#6 )
Idea config for custombuild/options.conf

# new format
php{version}=yes,no
php{version}_mode=php_mode
... or ...
php{version}={yes,no},php_mode

# minor and patch versions. (i like this)
php7433=yes,php-fpm
php823=yes,php-fpm
php824=yes,php-fpm
... or ...
php823=yes
php823_mode=php-fpm

# support only miner versions
php82=8.2.6,php-fpm
php83=no #when i need disabled.
... or ...
php82=8.2.6
php82_mode=php-fpm

#7 )
PHP Selector option (ON/OFF) for auto swap php version when php already have upgraded.

#8 )
Plesk will be build php installed package for any os. , understand that cloudlinux does it too.
autoinstall.plesk.com

Please share your IDEA.....

--------------------------------------------------
Happy 20th Anniversary
Directadmin.com (2002 - 2022)
--------------------------------------------------

We are DA Lover , 17 years ago.
Thank you so much for your hard work.
sorry my english not good.
CJ.

A

Activity Newest / Oldest

Avatar

Mean Charoenrat

..