mirror of
https://github.com/teddysun/lamp.git
synced 2026-04-11 23:38:31 +00:00
Update comments
update php extension swoole to version 4.7.0; update ImageMagick to version 7.1.0-4; Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
| XCache (PHP 5.6) | 3.2.0 |
|
||||
| APCu extension | 5.1.20 |
|
||||
| gRPC extension | 1.38.0 |
|
||||
| ImageMagick | 7.1.0-2 |
|
||||
| ImageMagick | 7.1.0-4 |
|
||||
| imagick extension | 3.5.0 |
|
||||
| GraphicsMagick | 1.3.36 |
|
||||
| gmagick extension (PHP 5.6) | 1.1.7RC3 |
|
||||
@@ -85,7 +85,7 @@
|
||||
| redis extension (PHP 5.6) | 4.3.0 |
|
||||
| redis extension (PHP 7.0+) | 5.3.4 |
|
||||
| mongodb extension | 1.9.2 |
|
||||
| swoole extension (PHP 7.2+) | 4.6.7 |
|
||||
| swoole extension (PHP 7.2+) | 4.7.0 |
|
||||
| yaf extension (PHP 7.0+) | 3.3.3 |
|
||||
| yar extension (PHP 7.0+) | 2.2.0 |
|
||||
| msgpack extension (PHP 7.0+) | 2.1.2 |
|
||||
|
||||
@@ -170,8 +170,8 @@ pdflib64_filename="PDFlib-9.3.1-Linux-x64-php"
|
||||
pdflib64_filename_url="https://www.pdflib.com/binaries/PDFlib/931/PDFlib-9.3.1-Linux-x64-php.tar.gz"
|
||||
#PECL packages
|
||||
#php extension swoole
|
||||
swoole_filename="swoole-4.6.7"
|
||||
swoole_filename_url="https://pecl.php.net/get/swoole-4.6.7.tgz"
|
||||
swoole_filename="swoole-4.7.0"
|
||||
swoole_filename_url="https://pecl.php.net/get/swoole-4.7.0.tgz"
|
||||
#php extension xdebug
|
||||
xdebug_filename="xdebug-2.5.5"
|
||||
xdebug_filename_url="https://pecl.php.net/get/xdebug-2.5.5.tgz"
|
||||
@@ -180,8 +180,8 @@ xdebug_filename2_url="https://pecl.php.net/get/xdebug-2.9.8.tgz"
|
||||
xdebug_filename3="xdebug-3.0.4"
|
||||
xdebug_filename3_url="https://pecl.php.net/get/xdebug-3.0.4.tgz"
|
||||
#ImageMagick
|
||||
ImageMagick_filename="ImageMagick-7.1.0-2"
|
||||
ImageMagick_filename_url="https://download.imagemagick.org/ImageMagick/download/releases/ImageMagick-7.1.0-2.tar.gz"
|
||||
ImageMagick_filename="ImageMagick-7.1.0-4"
|
||||
ImageMagick_filename_url="https://download.imagemagick.org/ImageMagick/download/releases/ImageMagick-7.1.0-4.tar.gz"
|
||||
#php extension imagick
|
||||
php_imagemagick_filename="imagick-3.5.0"
|
||||
php_imagemagick_filename_url="https://pecl.php.net/get/imagick-3.5.0.tgz"
|
||||
|
||||
Reference in New Issue
Block a user