Browse Source

revert phalcon and phalcon-micro to use PHP 5

Keith Newman 9 years ago
parent
commit
810943be96
2 changed files with 2 additions and 2 deletions
  1. 1 1
      frameworks/PHP/phalcon-micro/setup.sh
  2. 1 1
      frameworks/PHP/phalcon/setup.sh

+ 1 - 1
frameworks/PHP/phalcon-micro/setup.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 #!/bin/bash
 
 
-fw_depends php7 phalcon nginx
+fw_depends php5 phalcon nginx
 
 
 sed -i 's|localhost|'"${DBHOST}"'|g' public/index.php
 sed -i 's|localhost|'"${DBHOST}"'|g' public/index.php
 sed -i 's|root .*/FrameworkBenchmarks/php-phalcon-micro|root '"${TROOT}"'|g' deploy/nginx.conf
 sed -i 's|root .*/FrameworkBenchmarks/php-phalcon-micro|root '"${TROOT}"'|g' deploy/nginx.conf

+ 1 - 1
frameworks/PHP/phalcon/setup.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 #!/bin/bash
 
 
-fw_depends php7 phalcon nginx
+fw_depends php5 phalcon nginx
 
 
 sed -i 's|mongodb://localhost|mongodb://'"${DBHOST}"'|g' app/config/config.php
 sed -i 's|mongodb://localhost|mongodb://'"${DBHOST}"'|g' app/config/config.php
 sed -i 's|localhost|'"${DBHOST}"'|g' app/config/config.php
 sed -i 's|localhost|'"${DBHOST}"'|g' app/config/config.php