-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbuild.default.properties
48 lines (41 loc) · 1.72 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
48
#--------------------------------------------------------------------------------
# php-ext-appserver Default Properties
#
# @copyright Copyright (c) 2013 <info@techdivision.com> - TechDivision GmbH
# @license http://opensource.org/licenses/osl-3.0.php
# Open Software License (OSL 3.0)
# @author Johann Zelger <jz@appserver.io>
#--------------------------------------------------------------------------------
# ---- General Settings ---------------------------------------------------------
php.ext.name = appserver
# ---- Release Settings ---------------------------------------------------------
release.version = 1.0.1
release.stability = stable
api.version = 1.0.1
api.stability = stable
# ---- PHP Settings -------------------------------------------------------------
php.version = 5.5.21
pthreads.version = 1.0.5
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-debug \
--enable-maintainer-zts \
--enable-appserver=static \
--enable-pthreads \
--enable-sockets \
--enable-mbstring \
--with-pear \
--with-pdo-mysql \
--with-openssl \
--with-zlib
# ---- Deployment Settings ------------------------------------------------------
deploy.dir = ${c-build.dir}/php/ext