File tree Expand file tree Collapse file tree 5 files changed +178
-5
lines changed Expand file tree Collapse file tree 5 files changed +178
-5
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,10 @@ set -o xtrace
60
60
61
61
export PATH=" $HOME /.phpenv/bin:$HOME /.php-build/bin:$PATH "
62
62
63
+ # Build the latest available binary version (if Xenial fails to build that he can just go away :/)
63
64
buildDefinition=${VERSION}
64
65
if [[ $VERSION == nightly* || $VERSION == master* ]]; then
65
- if [[ $RELEASE == jammy ]]; then
66
- buildDefinition=8.3snapshot
67
- else
68
- buildDefinition=8.0snapshot
69
- fi
66
+ buildDefinition=8.4snapshot
70
67
fi
71
68
72
69
php-build -i development " ${buildDefinition} " " ${INSTALL_DEST} /${VERSION} "
Original file line number Diff line number Diff line change
1
+ --enable-intl
2
+ --with-openssl
3
+ --without-pear
4
+ --enable-gd
5
+ --with-jpeg
6
+ --with-freetype
7
+ --enable-exif
8
+ --with-zip
9
+ --with-pdo-sqlite
10
+ --enable-soap
11
+ --enable-xmlreader
12
+ --with-xsl
13
+ --enable-ftp
14
+ --with-tidy
15
+ --with-mhash
16
+ --with-xmlrpc
17
+ --enable-sysvsem
18
+ --enable-sysvshm
19
+ --enable-sysvmsg
20
+ --enable-shmop
21
+ --with-mysqli=mysqlnd
22
+ --with-pdo-mysql=mysqlnd
23
+ --enable-pcntl
24
+ --with-readline
25
+ --enable-mbstring
26
+ --with-curl
27
+ --with-pgsql
28
+ --with-pdo-pgsql
29
+ --with-gettext
30
+ --enable-sockets
31
+ --with-bz2
32
+ --enable-bcmath
33
+ --enable-calendar
34
+ --with-libdir=lib
35
+ --enable-fpm
36
+ --enable-zts
37
+ --with-gmp
38
+ --with-imap
39
+ --with-imap-ssl
40
+ --with-kerberos
41
+ --with-ldap
42
+ --with-ldap-sasl
43
+ --enable-dba
44
+ --with-cdb
Original file line number Diff line number Diff line change
1
+ --enable-intl
2
+ --with-openssl
3
+ --without-pear
4
+ --enable-gd
5
+ --with-jpeg
6
+ --with-freetype
7
+ --enable-exif
8
+ --with-zip
9
+ --with-pdo-sqlite
10
+ --enable-soap
11
+ --enable-xmlreader
12
+ --with-xsl
13
+ --enable-ftp
14
+ --with-tidy
15
+ --with-mhash
16
+ --with-xmlrpc
17
+ --enable-sysvsem
18
+ --enable-sysvshm
19
+ --enable-sysvmsg
20
+ --enable-shmop
21
+ --with-mysqli=mysqlnd
22
+ --with-pdo-mysql=mysqlnd
23
+ --enable-pcntl
24
+ --with-readline
25
+ --enable-mbstring
26
+ --with-curl
27
+ --with-pgsql
28
+ --with-pdo-pgsql
29
+ --with-gettext
30
+ --enable-sockets
31
+ --with-bz2
32
+ --enable-bcmath
33
+ --enable-calendar
34
+ --with-libdir=lib
35
+ --enable-fpm
36
+ --enable-zts
37
+ --with-gmp
38
+ --with-imap
39
+ --with-imap-ssl
40
+ --with-kerberos
41
+ --with-ldap
42
+ --with-ldap-sasl
43
+ --enable-dba
44
+ --with-cdb
Original file line number Diff line number Diff line change
1
+ --enable-intl
2
+ --with-openssl
3
+ --without-pear
4
+ --enable-gd
5
+ --with-jpeg
6
+ --with-freetype
7
+ --enable-exif
8
+ --with-zip
9
+ --with-pdo-sqlite
10
+ --enable-soap
11
+ --enable-xmlreader
12
+ --with-xsl
13
+ --enable-ftp
14
+ --with-tidy
15
+ --with-mhash
16
+ --with-xmlrpc
17
+ --enable-sysvsem
18
+ --enable-sysvshm
19
+ --enable-sysvmsg
20
+ --enable-shmop
21
+ --with-mysqli=mysqlnd
22
+ --with-pdo-mysql=mysqlnd
23
+ --enable-pcntl
24
+ --with-readline
25
+ --enable-mbstring
26
+ --with-curl
27
+ --with-pgsql
28
+ --with-pdo-pgsql
29
+ --with-gettext
30
+ --enable-sockets
31
+ --with-bz2
32
+ --enable-bcmath
33
+ --enable-calendar
34
+ --with-libdir=lib
35
+ --enable-fpm
36
+ --enable-zts
37
+ --with-gmp
38
+ --with-imap
39
+ --with-imap-ssl
40
+ --with-kerberos
41
+ --with-ldap
42
+ --with-ldap-sasl
43
+ --enable-dba
44
+ --with-cdb
Original file line number Diff line number Diff line change
1
+ --enable-intl
2
+ --with-openssl
3
+ --without-pear
4
+ --enable-gd
5
+ --with-jpeg
6
+ --with-freetype
7
+ --enable-exif
8
+ --with-zip
9
+ --with-pdo-sqlite
10
+ --enable-soap
11
+ --enable-xmlreader
12
+ --with-xsl
13
+ --enable-ftp
14
+ --with-tidy
15
+ --with-mhash
16
+ --with-xmlrpc
17
+ --enable-sysvsem
18
+ --enable-sysvshm
19
+ --enable-sysvmsg
20
+ --enable-shmop
21
+ --with-mysqli=mysqlnd
22
+ --with-pdo-mysql=mysqlnd
23
+ --enable-pcntl
24
+ --with-readline
25
+ --enable-mbstring
26
+ --with-curl
27
+ --with-pgsql
28
+ --with-pdo-pgsql
29
+ --with-gettext
30
+ --enable-sockets
31
+ --with-bz2
32
+ --enable-bcmath
33
+ --enable-calendar
34
+ --with-libdir=lib
35
+ --enable-fpm
36
+ --enable-zts
37
+ --with-gmp
38
+ --with-imap
39
+ --with-imap-ssl
40
+ --with-kerberos
41
+ --with-ldap
42
+ --with-ldap-sasl
43
+ --enable-dba
44
+ --with-cdb
You can’t perform that action at this time.
0 commit comments