Where is the Multi-PHP installation/update script?

Discussion in 'ISPConfig 3 Priority Support' started by conductive, Aug 25, 2022.

  1. conductive

    conductive Member HowtoForge Supporter

    ISPconfig 3.3.8 Debian 10.10 NGINX

    I have not been on this forum and have not updated my server in quite some time.

    Could somebody tell me where that awesome multiple PHP installation/update script is?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Do you mean apt? Typically, you install multiple php versions with apt today from sury repo and they get updates by running:

    apt update && apt upgrade

    like any other Debian package on your system.
     
  3. conductive

    conductive Member HowtoForge Supporter

    ??
    Updating the OS does not upgrade the server php
    My server is currently running PHP version 7.3 which is depreciated.
    I wanted to use add an additional/newer PHP version.to upgrade the PHP version.
    the Perfect server tutorial has a way to manually add additional php versions
    But there used to be a script that automated this process and made it error free.
    Where is this script?
     
  4. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

  5. conductive

    conductive Member HowtoForge Supporter

    Thanks but what happened to that sweet bullet-proof multi PHP script?

    Is it not supported any more?

    I was also hoping to run php 8.x
     
  6. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    That guide has instructions to install PHP 8.X. Which script do you mean?
     
  7. conductive

    conductive Member HowtoForge Supporter

    There used to be an automated script I believe under Tips&Tricks that automated all the tedious guide instructions.
    It also eliminated possibility for typos and user error.
    It pretty much made the guide obsolete
     
  8. conductive

    conductive Member HowtoForge Supporter

  9. till

    till Super Moderator Staff Member ISPConfig Developer

    It is not recommended to compile PHP versions manually anymore as there are better alternatives. Use the PHP from sury repository as it's way easier with them to keep your system up to date by using apt.
     
  10. conductive

    conductive Member HowtoForge Supporter

    sury repository??

    I do not recall compiling the PHP I guess I may have been. All I remember is that I ended up with all the directory's properly set up for implementing multiple PHP. It worked really well.
     
    Last edited: Aug 26, 2022
  11. till

    till Super Moderator Staff Member ISPConfig Developer

  12. conductive

    conductive Member HowtoForge Supporter

    Is there an order as to what is upgraded first?

    My additional PHP versions does not look like that.
    What do I use for PHP-FPM socket directory?

    dos this work for NGINX? I see an Apache reference
    https://www.howtoforge.com/update-the-ispconfig-perfect-server-from-debian-10-to-debian-11/
     

Share This Page