瀏覽代碼

update the php 5 version to 5.6.32 (#3024)

Vladimir Kirilov 8 年之前
父節點
當前提交
30b8cc70d8
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      frameworks/PHP/cakephp/README.md
  2. 1 1
      toolset/setup/linux/languages/php/php5.sh

+ 1 - 1
frameworks/PHP/cakephp/README.md

@@ -19,7 +19,7 @@ Uses the CakePHP Model functionality.
 The tests were run with:
 
 * [Cake Version 2.10.3](https://cakephp.org/)
-* [PHP Version 5.6.30](http://www.php.net/) with FPM and APC
+* [PHP Version 5.6.32](http://www.php.net/) with FPM and APC
 * [nginx 1.12.0](http://nginx.org/)
 * [MySQL 5.7.19](https://dev.mysql.com/)
 

+ 1 - 1
toolset/setup/linux/languages/php/php5.sh

@@ -8,7 +8,7 @@ RETCODE=$(fw_exists ${IROOT}/php5.installed)
   source $IROOT/php5.installed
   return 0; }
 
-VERSION="5.6.30"
+VERSION="5.6.32"
 PHP_HOME=$IROOT/php-$VERSION
 
 # Precaution, unlikely to happen.