Sha256: 2dbbdd54c4be8c79ea5f6dcaa37fe3f1e93bff1bad8d6b25b178e67e4f4f75fd

Contents?: true

Size: 1.06 KB

Versions: 6

Compression:

Stored size: 1.06 KB

Contents

maintainer        "Opscode, Inc."
maintainer_email  "cookbooks@opscode.com"
license           "Apache 2.0"
description       "Installs and maintains php and php modules"
version           "1.1.0"

depends "build-essential"
depends "xml"
depends "mysql"

%w{ debian ubuntu centos redhat fedora scientific amazon }.each do |os|
  supports os
end

recipe "php", "Installs php"
recipe "php::package", "Installs php using packages."
recipe "php::source", "Installs php from source."
recipe "php::module_apc", "Install the php5-apc package"
recipe "php::module_curl", "Install the php5-curl package"
recipe "php::module_fileinfo", "Install the php5-fileinfo package"
recipe "php::module_fpdf", "Install the php-fpdf package"
recipe "php::module_gd", "Install the php5-gd package"
recipe "php::module_ldap", "Install the php5-ldap package"
recipe "php::module_memcache", "Install the php5-memcache package"
recipe "php::module_mysql", "Install the php5-mysql package"
recipe "php::module_pgsql", "Install the php5-pgsql packag"
recipe "php::module_sqlite3", "Install the php5-sqlite3 package"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
server_maint-0.0.8 lib/cookbooks/php/metadata.rb
server_maint-0.0.7 lib/cookbooks/php/metadata.rb
server_maint-0.0.6 lib/cookbooks/php/metadata.rb
server_maint-0.0.5 lib/cookbooks/php/metadata.rb
server_maint-0.0.4 lib/cookbooks/php/metadata.rb
server_maint-0.0.3 lib/cookbooks/php/metadata.rb