forked from sclorg/rhscl-rebuild-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphp.yaml
41 lines (39 loc) · 721 Bytes
/
php.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Recipe for PHP collections
# WARNING : bootstrap requires editiong the spec file.
---
php54:
name: PHP 5.4 collection
packages:
- php54
- php
- php-pear
- php-pecl-apc
- php-pecl-memcache
- php-pecl-zendopcache
php55:
name: PHP 5.5 collection
requires: [httpd24]
packages:
- php55
- php:
macros:
php_bootstrap: 1
- php-pear
- php-pecl-jsonc
- php
- php-pecl-memcache
- php-pecl-mongo
rh-php56:
name: PHP 5.6 collection
requires: [httpd24]
packages:
- rh-php56
- php:
macros:
php_bootstrap: 1
- php-pear
- php-pecl-jsonc
- php
- php-pecl-memcache
- php-pecl-mongo
- php-pecl-xdebug