-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.default.properties
47 lines (40 loc) · 1.67 KB
/
build.default.properties
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
42
43
44
45
46
47
#--------------------------------------------------------------------------------
# rockets default properties
#
# @copyright Copyright (c) 2014 <[email protected]> - TechDivision GmbH
# @license http://www.php.net/license/3_01.txt
# PHP License (PHP 3_01)
# @author Johann Zelger <[email protected]>
#--------------------------------------------------------------------------------
# ---- General Settings ---------------------------------------------------------
php.ext.name = rockets
# ---- Release Settings ---------------------------------------------------------
release.version = 0.1.0
release.stability = beta
api.version = 0.1.0
api.stability = beta
# ---- PHP Settings -------------------------------------------------------------
php.version = 5.5.16
pthreads.version = 1.0.1
memcached.version = 2.1.0
redis.version = 2.2.3
apcu.version = 4.0.2
xdebug.version = 2.2.3
# for stable releases
php.downloadurl = http://de1.php.net/get/php-${php.version}.tar.gz/from/this/mirror
# for beta releases
# php.downloadurl = http://downloads.php.net/tyrael/php-${php.version}.tar.gz
php.configure = --prefix=${c-build.dir} \
--includedir=${c-build.dir} \
--libdir=${c-build.dir}/php \
--enable-maintainer-zts \
--enable-${php.ext.name}=static \
--enable-pthreads=static \
--enable-mbstring \
--enable-sockets \
--with-pear \
--with-pdo-mysql \
--with-openssl \
--with-zlib
# ---- Deployment Settings ------------------------------------------------------
deploy.dir = ${c-build.dir}/php/ext