Skip to content

Commit 467e258

Browse files
authored
Merge pull request #52 from flownative/task/update-extensions
Update PHP extensions
2 parents de01def + 0c873b8 commit 467e258

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

root-files/opt/flownative/php/build/extensions/imagick/imagick.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ extensions_imagick_runtime_packages() {
4444
# @return string
4545
#
4646
extensions_imagick_url() {
47-
echo "https://pecl.php.net/get/imagick-3.7.0.tgz"
47+
echo "https://pecl.php.net/get/imagick-3.8.0.tgz"
4848
}
4949

5050
# ---------------------------------------------------------------------------------------

root-files/opt/flownative/php/build/extensions/phpredis/phpredis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extensions_phpredis_runtime_packages() {
3939
# @return string
4040
#
4141
extensions_phpredis_url() {
42-
echo "https://github.com/phpredis/phpredis/archive/6.1.0.tar.gz"
42+
echo "https://github.com/phpredis/phpredis/archive/6.2.0.tar.gz"
4343
}
4444

4545
# ---------------------------------------------------------------------------------------

root-files/opt/flownative/php/build/extensions/xdebug/xdebug.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ extensions_xdebug_runtime_packages() {
3838
# @return string
3939
#
4040
extensions_xdebug_url() {
41-
echo "https://xdebug.org/files/xdebug-3.4.1.tgz"
41+
echo "https://xdebug.org/files/xdebug-3.4.5.tgz"
4242
}
4343

4444
# ---------------------------------------------------------------------------------------

root-files/opt/flownative/php/build/extensions/yaml/yaml.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extensions_yaml_runtime_packages() {
3939
# @return string
4040
#
4141
extensions_yaml_url() {
42-
echo "http://pecl.php.net/get/yaml-2.2.4.tgz"
42+
echo "http://pecl.php.net/get/yaml-2.2.5.tgz"
4343
}
4444

4545
# ---------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)