Browse Source

update the php 5 version to 5.6.32 (#3024)

Vladimir Kirilov 7 years ago
parent
commit
30b8cc70d8
2 changed files with 2 additions and 2 deletions
  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:
 The tests were run with:
 
 
 * [Cake Version 2.10.3](https://cakephp.org/)
 * [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/)
 * [nginx 1.12.0](http://nginx.org/)
 * [MySQL 5.7.19](https://dev.mysql.com/)
 * [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
   source $IROOT/php5.installed
   return 0; }
   return 0; }
 
 
-VERSION="5.6.30"
+VERSION="5.6.32"
 PHP_HOME=$IROOT/php-$VERSION
 PHP_HOME=$IROOT/php-$VERSION
 
 
 # Precaution, unlikely to happen.
 # Precaution, unlikely to happen.