cyberpanel/managePHP
Master3395 3549da5b12 Add support for PHP versions 8.2 to 8.5 in installation process
- Implemented logic to save new PHP versions (8.2, 8.3, 8.4, 8.5) and their corresponding extensions from XML configuration files.
- Enhanced compatibility with CentOS and Ubuntu distributions by dynamically determining the correct XML file paths for each PHP version.
- Improved error handling during the installation of PHP extensions to ensure robustness.

These changes enhance the PHP management capabilities within CyberPanel, allowing users to utilize the latest PHP versions seamlessly.
2025-12-31 22:35:18 +01:00
..
migrations Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
static/managePHP php manager issue 2025-09-03 13:41:07 +05:00
templates/managePHP bug fix: font issues 2025-08-29 23:07:30 +05:00
.DS_Store Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
__init__.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
admin.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
apps.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
models.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
php70.xml Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
php71.xml Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
php72.xml Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
php73.xml Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
php74.xml Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
php80.xml Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
php81.xml Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
php82.xml Add Almalinux 10 and php 84+85 2025-09-07 22:57:53 +02:00
php83.xml Add Almalinux 10 and php 84+85 2025-09-07 22:57:53 +02:00
php84.xml Add Almalinux 10 and php 84+85 2025-09-07 22:57:53 +02:00
php85.xml Add Almalinux 10 and php 84+85 2025-09-07 22:57:53 +02:00
phpManager.py Update PHP version handling to include PHP 8.6 across scripts 2025-10-16 22:43:12 +02:00
tests.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
ubuntuphp70.xml Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
ubuntuphp71.xml Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
ubuntuphp72.xml Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
ubuntuphp73.xml Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
ubuntuphp74.xml Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
ubuntuphp80.xml Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
ubuntuphp81.xml Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
ubuntuphp82.xml Add Almalinux 10 and php 84+85 2025-09-07 22:57:53 +02:00
ubuntuphp83.xml Add Almalinux 10 and php 84+85 2025-09-07 22:57:53 +02:00
ubuntuphp84.xml Add Almalinux 10 and php 84+85 2025-09-07 22:57:53 +02:00
ubuntuphp85.xml Add Almalinux 10 and php 84+85 2025-09-07 22:57:53 +02:00
urls.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
views.py Add support for PHP versions 8.2 to 8.5 in installation process 2025-12-31 22:35:18 +01:00