php version

  1. P

    php version change wont reflect

    Hi I have an old app that requires php 7.3 which i have still installed I added a subdomain under a main domain that runs v8.1 I changed the subdomain to 7.3 SHELL : php -v shows 7 ( in the folder of the subdomain) phpinfo(), now shows 7 if i run it as subdomain/info.php if i run it like...
  2. M

    Tell Composer to use a different php version

    I am trying to get Composer to run on a client's machine using php 8.0. I installed Composer using the following commands: curl -sS https://getcomposer.org/installer | /opt/cpanel/ea-php80/root/usr/bin/php mv composer.phar /usr/local/bin/composer chmod +x /usr/local/bin/composer But when I...
  3. S

    Can't switch to any other PHP version as default with PHP 8.1 installed

    Anybody else noticing this? Or just me? If you have PHP 8.1 installed, seems that /etc/cpanel/ea4/php.conf constantly gets overwritten such that default: ea-php81 You can't set it to ea-php80
  4. S

    Disable old PHP version?

    So how to disable PHP 5.5 from my system so that no site can run it even if they try with .htaccess changes. I just set the handler to none as shown in the attachment in WHM? See Upload and share screenshots and images - print screen online | Snipboard.io for an example.
  5. bijutoha

    Where can I find the version of PHP that I am using in cPanel?

    Hello, I happened to find a tutorial that talked about an add-on called PHP Version. Regrettably, I do not see the symbol for PHP version; it's possible that my cPanel does not support this function. How can I get this extension, and is there a method to verify the version of PHP that I am...
  6. C

    PHP Version Shows 8.1.9

    Hi, According to EasyApache 4 release notes I should be on 8.1.10 but my website is still showing 8.1.9. And EasyApache says that it's up to date.
  7. W

    select php version disappeared after switching to jupiter theme

    I can be sure there is select php version function I saw this feature when I switched back to lantern But when I switch the theme to jupiter this option disappears from the panel Does this feature need an update? I also checked the settings in the feature manager Make sure the select php...
  8. M

    SOLVED PHPMyAdmin on CPanel / WHM how to update system PHP version

    I have PHPMyAdmin and it claims to be running PHP 7.3 . According to This thread it is because the System PHP level is 7.3 . I am looking to remove PHP 7.3 from the system (EasyApache4) . Can I do this or do I need to wait for a WHM centralised update to update the system level PHP. Note: The...
  9. nyjimbo

    Cannot change user PHP version in WHM

    When trying to change certain users PHP version in WHM multi PHP manager it comes up with a long string of Errors. Ill show them below. let me know if anybody knows what to do with this , thank you. Error: (XID ut4ajn) 1 error occurred: Error #1: The system failed to apply the “PHP” version to...
  10. 000

    using "Vendor-provided" is possible install PHP version 5.3 ??

    using: https://docs.cpanel.net/ea4/php/how-to-locate-and-install-a-php-version-or-extension is possible install PHP 5.3 ? we dont have US $14 extra each month for cloudLinux! and my ONE customer require 5.3 how I can offert 5.3 ?
  11. I

    PHP version is not transferred

    Hello, When I transfer a cPanel account (website) from one server to another, I find that the PHP version of the website in the old server is not transferred, I see it uses the default PHP version of the new server. How can I transfer the PHP version of the website as well?
  12. J

    php.ini session.save_path points to old PHP version folder - Best Practice?

    In the public_html folder of my sites, the php.ini file has: session.save_path = "/var/cpanel/php/sessions/ea-php56" This is the same configuration in the php.ini for all my sites. Yet my server was updated so all my sites are running on PHP 7 (7.3 currently). I doubt it really matters where...
  13. U

    phpMyadmin - php version

    Hi, Phpmyadmin display the wrong php version 7.3.30? I don't have installed php 7.3 version. I have installed to server just php versions 7.4 and php 8.0. How fix this? Check screenshots php -v (PHP 7.4.24) ---------- Second question... phpMyAdmin display the "Server connection: SSL is not...
  14. U

    How to add php version whm

    Hello, I have whm v98.0.8 with EasyApache 4 - ALMALINUX 8.4 and the php versions installed as you can see in the image attached. How can I add php 7.1 ?
  15. D

    Using MultiPHP Manager may change PHP version changes site file permissions

    whm 98.0.4. This morning, I used multiphp manager. i noticed that a new site i had made recently was set to a specified php version, and not inherit. i set the site from 7.4 to 7.2 and tested the site and it loaded fie. I set it to 7.0 and tested the site and it loaded fine. i set it back to...
  16. I

    Issue on not loading extensions after changing PHP version from MultiPHP Manager

    Hello, I know the issue is with CloudLinux, but cPanel community is better (no exaggeration at all):) There are multiple websites and I have hidden MultiPHP Manager from Feature List in cPanel, but enabled PHP Selector CloudLinux. Now all users by default are in "cagefs" and use "inherit"...
  17. B

    SOLVED Can't change php version in MultiPhp Manager

    I can't change php version using the new Multiphp manager. Specifically, I have a subdomain dev.mydomain.com. I recevie the following error: Error: “/usr/local/cpanel/bin/python-packman” reported error code “1” when it ended: Traceback (most recent call last): File...
  18. L

    I think PHP Web App update to work needed newer PHP version, can you confirm, that's the case

    I think PHP Web App update to work needed newer PHP version, can you confirm, that's the case?? Error PHP for the selected domain has failed. Installatron is unable to install to a domain where PHP is not working. Your hosting provider can help you resolve this error. Error code: 1; HTTP...
  19. X

    Does APCu work with PHP version 8?

    Hello I am getting error when installing APCu for php8: make: *** [php_apc.lo] Error 1 ERROR: `make' failed
  20. M

    Installing Imagick only installs on lowest php version

    I installed Imagick on a client's server by going to Software -> Module Installers -> PHP Pecl, searching for it, and installing it. It said it worked fine. I restarted both php-fpm and apache, wrote a test script, and the script failed. I ssh'd into the server, cd to /opt/cpanel/ea-php73, and...