Browse Source

pull PHP_HOME from php.sh

Keith Newman 9 years ago
parent
commit
7d30f70b62
1 changed files with 2 additions and 3 deletions
  1. 2 3
      toolset/setup/linux/frameworks/phalcon.sh

+ 2 - 3
toolset/setup/linux/frameworks/phalcon.sh

@@ -1,13 +1,12 @@
 #!/bin/bash
 
+fw_depends php
+
 RETCODE=$(fw_exists ${IROOT}/phalcon.installed)
 [ ! "$RETCODE" == 0 ] || { \
   source $IROOT/phalcon.installed
   return 0; }
 
-PHP_VERSION="5.5.17"
-PHP_HOME=$IROOT/php-$PHP_VERSION
-
 fw_get -O https://github.com/phalcon/cphalcon/archive/phalcon-v1.3.2.tar.gz
 fw_untar phalcon-v1.3.2.tar.gz
 cd cphalcon-phalcon-v1.3.2/build/64bits