Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Commit

Permalink
Update the phpversion
Browse files Browse the repository at this point in the history
Fixes #52
  • Loading branch information
Rud5G committed Apr 2, 2015
1 parent 21157b1 commit 71fde53
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion attributes/php.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@
# limitations under the License.
#

default['php']['set_version'] = '5.4'
default['php']['set_version'] = 'latest'

# only if PHP 5.4 >=
force_default['php']['ext_conf_dir'] = '/etc/php5/mods-available'
default['php']['php5enmod'] = '/usr/sbin/php5enmod'

# default php packages
default['php']['packages'] = %w(
curl libxml2-utils
php-pear php-apc
Expand Down

0 comments on commit 71fde53

Please sign in to comment.