SoftDux
- Total activity 78
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 24
Comments
Recent activity by SoftDux-
Does cPanel not maintain phpMailer?
-
It is.. When you select the new PHP version to enable it, it asks whether you wanna match the modules from other versions :) You can also do a bash 1-liner: rpm -qa --qf "%{NAME}\n" | grep ea-ph...
-
You can create an EA4 profile with the packages you want, export it, and import it on all other servers :) The pear modules will be more tricky. Yes, I know this. While less tedious, it's still a ...
-
Hello @SoftDux, The system uses the user's configured PHP path to determine which PHP version it calls. Can you let us know the output from the command below when you run the PHP version check as ...
-
What does ls -al /opt/cpanel/ea-php72/root/usr/bin/php /usr/local/bin/ea-php72 show? as root: [QUOTE] root@zzz:[~]$ ls -al /opt/cpanel/ea-php72/root/usr/bin/php /usr/local/bin/ea-php72 -rwxr-xr-...
-
Hi @SoftDux a collection of API calls including this one are run when you do this from the UI. I can't tell you the specific actions taken beyond running this as they're compiled in a perl module....
-
Hello @SoftDux, You may see an increase in CPU usage, but that will vary depending on how active your email server is. Most of the reports I've seen on the Dovecot mailing list indicate the CPU us...
-
Hi @SoftDux What displays for the PHP version when you look use a phpinfo page? When I run a PHP script with the following code from a web browser it shows PHP 7.2.14 [QUOTE] pi@grafpi ~ $ ly...
-
Hi @SoftDux You can use the API as follows:
-
Try /opt/cpanel/ea-php72/root/usr/bin/php -v although, I suspect that something else is going on, that may need to be addressed some where. as root it gives the correct PHP version: [QUOTE] ro...