Skip to content

Commit 3a0b6be

Browse files
Build PHP 7.4.0
1 parent 05bc9fa commit 3a0b6be

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

bin/install-libzip

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,3 @@ popd
3939

4040
# add the option in custom_configure_options
4141
echo "--with-libzip=$LIBZIP_INSTALL_DIR" >> $TRAVIS_BUILD_DIR/custom_configure_options
42-
echo "--enable-zip" >> $TRAVIS_BUILD_DIR/custom_configure_options

default_configure_options.trusty-7.4

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
--enable-intl
22
--with-openssl
33
--without-pear
4-
--enable-gd
5-
--with-jpeg
6-
--with-freetype
4+
--with-gd
5+
--with-jpeg-dir=/usr
6+
--with-png-dir=/usr
7+
--with-freetype-dir=/usr
78
--enable-exif
8-
--with-zip
9+
--enable-zip
910
--with-zlib
1011
--with-zlib-dir=/usr
12+
--with-mcrypt=/usr
1113
--with-pdo-sqlite
1214
--enable-soap
1315
--enable-xmlreader
@@ -19,6 +21,7 @@
1921
--enable-sysvshm
2022
--enable-sysvmsg
2123
--enable-shmop
24+
--with-mysql=mysqlnd
2225
--with-mysqli=mysqlnd
2326
--with-pdo-mysql=mysqlnd
2427
--enable-pcntl
@@ -36,6 +39,7 @@
3639
--enable-fpm
3740
--enable-maintainer-zts
3841
--with-gmp
42+
--with-kerberos
3943
--with-imap
4044
--with-imap-ssl
4145
--with-kerberos

default_configure_options.xenial-7.4

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
--enable-intl
22
--with-openssl
33
--without-pear
4-
--enable-gd
5-
--with-jpeg
6-
--with-freetype
4+
--with-gd
5+
--with-jpeg-dir=/usr
6+
--with-png-dir=/usr
7+
--with-freetype-dir=/usr
78
--enable-exif
8-
--with-zip
9+
--enable-zip
910
--with-zlib
1011
--with-zlib-dir=/usr
12+
--with-mcrypt=/usr
1113
--with-pdo-sqlite
1214
--enable-soap
1315
--enable-xmlreader
@@ -19,6 +21,7 @@
1921
--enable-sysvshm
2022
--enable-sysvmsg
2123
--enable-shmop
24+
--with-mysql=mysqlnd
2225
--with-mysqli=mysqlnd
2326
--with-pdo-mysql=mysqlnd
2427
--enable-pcntl
@@ -36,6 +39,7 @@
3639
--enable-fpm
3740
--enable-maintainer-zts
3841
--with-gmp
42+
--with-kerberos
3943
--with-imap
4044
--with-imap-ssl
4145
--with-kerberos

0 commit comments

Comments
 (0)