Skip to content

Commit

Permalink
For kumquat 7 use PHP 7.4 as default PHP version
Browse files Browse the repository at this point in the history
This commit handle the changes to support legacy PHP7 applications with
kumquat. It's recommended to upgrade to core-kumquat which uses the
latest stable php version.
  • Loading branch information
drscream committed May 31, 2024
1 parent 37ee4fc commit 6a264d9
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion manifest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name="core-kumquat"
name="core-kumquat7"
organization="SkyLime"
brand="Instance"
version="23.4.0"
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "core-kumquat",
"name": "core-kumquat7",
"version": "23.4.0",
"description": "Standalone web services zone with apache,php,mysql,ftp and management frontend",
"organization": "SkyLime",
Expand Down
68 changes: 34 additions & 34 deletions packages
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
# List packages to add to your image one per line.
# php
php82-fpm
php82-pdo
php82-pdo_mysql
php82-pdo_sqlite
php82-zlib
php82-soap
php82-posix
php82-pear
php82-pear-Net_SMTP
php82-pear-Mail_Mime
php82-pear-HTTP_Request
php82-pear-HTTP
php82-mysqli
php82-pecl-mcrypt
php82-mbstring
php82-intl
php82-imagick
php82-iconv
php82-gd
php82-exif
php82-curl
php82-bz2
php82-bcmath
php82-zip
php82-ftp
php82-opcache
php82-imap
php82-sqlite3
php82-calendar
php82-apcu
php82-gmp
php82-yaml
php82-pcntl
php74-fpm
php74-pdo
php74-pdo_mysql
php74-pdo_sqlite
php74-zlib
php74-soap
php74-posix
php74-pear
php74-pear-Net_SMTP
php74-pear-Mail_Mime
php74-pear-HTTP_Request
php74-pear-HTTP
php74-mysqli
php74-pecl-mcrypt
php74-mbstring
php74-intl
php74-imagick
php74-iconv
php74-gd
php74-exif
php74-curl
php74-bz2
php74-bcmath
php74-zip
php74-ftp
php74-opcache
php74-imap
php74-sqlite3
php74-calendar
php74-apcu
php74-gmp
php74-yaml
php74-pcntl
# sql
mariadb-server
mariadb-client
## web
apache
ap24-usdt
php82-phpmyadmin
php74-phpmyadmin
## python
py311-future
py311-cryptography
Expand Down

0 comments on commit 6a264d9

Please sign in to comment.