• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by atomicturtle

  1. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Release Notes After seeing a lot of people struggle with implementing Redis for PHP 7.0 (And indeed, this is not easy with 7.0), this release adds Redis, Igbinary, and APCU modules for the Centos 7 platforms. Redis will automatically be added to the installation when you upgrade the php-panda...
  2. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Changelog * PHP 7.0.6 * PHP 5.6.21 * PHP 5.5.35 @bestAdmin You need to configure the version of PHP used from the domain hosting settings.
  3. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Sure since these are SCL packages you need to call them slightly different unless you want to use the full path. Here are the basic commands: List SCL packages: scl --list Example output: atomic-php54 atomic-php55 atomic-php56 atomic_php70 Run a specific SCL PHP version scl enable...
  4. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    To remove all the packages, you'd need to define them in yum with the regular "yum remove <packagename>" command, and probably use a wildcard to do it. There are probably 200-300 individual packages in there at this point. In reference to that php53 overlap, thats coming from another repo...
  5. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Release Notes Updates in this release address the security vulnerabilities referenced in: http://securitytracker.com/id/1034608 and tracked as PHP Bug IDs: - Security fix PHP Bugid #70728 - Security fix PHP Bugid #70741 - Security fix PHP Bugid #70755 - Security fix PHP Bugid #70661 The above...
  6. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Changelog * PHP 7.0.1 * PHP 5.6.16 * PHP 5.3.29 (Backport update) - Security fix for CVE-2015-0232 - Security fix for CVE-2014-9652 - Security fix for CVE-2015-0273 - Security fix for CVE-2014-9705 - Security fix for CVE-2015-2787 - Security fix for CVE-2015-2348 - Security fix for...
  7. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Sorry about that, life stuff took up almost the entire month of november for me. Version 1.0-2 has been published to address the above 2 issues. Again, sorry about the delay!
  8. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Changelog: * Added suhosin support for PHP 5.2, 5.3, 5.4, 5.5, and 5.6 * Added eaccelerator support for PHP 5.2, 5.3, 5.4, and 5.5 Release Notes: Php 7.0 support for suhosin is incomplete PHP 5.6+ support for eaccelerator is not necessary. The recommendation is to use zend-opcache (installed by...
  9. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Changelog * Updated PHP 7.0RC4 * Updated PHP 5.6.14 * Updated PHP 5.5.30
  10. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Changelog: * Updated to PHP 7.0 RC1
  11. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Im not sure that is related, the php-panda rpm is just a loader for the rest of the packages. Its job is to add the configs to the Plesk settings. It only runs when the rpm is being updated.
  12. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    What exactly did you need to roll back? The SCL packages arent called by apache, so I'm not sure how they could affect it directly. Do you have an example of the error message as well?
  13. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    PHP 7.0 beta 3 is now available for EL6 & EL7. That is all. Resume party.
  14. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Updates are now available for for: * PHP 5.6.12 * PHP 5.5.28 * PHP 5.4.44 Additional fixes in this update restore compatibility with Plesk 11.5
  15. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    These were available last week, but I completely forgot to update this page: * PHP 5.6.10 * PHP 5.5.26 * PHP 5.4.42 Security backports for PHP 5.3.29 to resolve the following security issues: - Security fix for CVE-2014-9709 - Security fix for CVE-2015-2301 - Security fix for CVE-2015-2783
Back
Top