File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ notifications:
10
10
env :
11
11
- REPORT_EXIT_STATUS=1 TEST_PHP_EXECUTABLE=./sapi/cli/php
12
12
13
+ before_install :
14
+ # Required by dba-tcadb
15
+ - sudo apt-get install -qq libtokyocabinet-dev
16
+
13
17
before_script :
14
18
# Compile PHP
15
19
- ./travis/compile.sh
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
./buildconf
3
3
./configure \
4
+ --without-pear \
4
5
--with-pdo-mysql \
5
6
--with-mysql \
6
7
--with-mysqli \
7
8
--with-pgsql \
8
9
--with-pdo-pgsql \
9
10
--with-pdo-sqlite \
11
+ --enable-dba \
12
+ --with-gdbm \
13
+ --with-tcadb \
10
14
--enable-intl \
11
- --without-pear \
12
15
--with-gd \
13
16
--with-jpeg-dir=/usr \
14
17
--with-png-dir=/usr \
36
39
--enable-bcmath \
37
40
--enable-fastcgi \
38
41
--with-mime-magic
39
- make
42
+ make
You can’t perform that action at this time.
0 commit comments