Skip to content

Commit 9e12434

Browse files
committed
Adding PHP 8.3
1 parent bf062c4 commit 9e12434

6 files changed

+41
-26
lines changed

default_configure_options.bionic

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
--with-pdo-mysql=mysqlnd
1818
--enable-pcntl
1919
--with-readline
20-
--enable-mbstring
2120
--with-curl
2221
--with-pgsql
2322
--with-pdo-pgsql

default_configure_options.focal

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
--with-pdo-mysql=mysqlnd
1818
--enable-pcntl
1919
--with-readline
20-
--enable-mbstring
2120
--with-curl
2221
--with-pgsql
2322
--with-pdo-pgsql

default_configure_options.jammy

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
--enable-intl
2+
--with-openssl
3+
--without-pear
4+
--enable-exif
5+
--with-pdo-sqlite
6+
--enable-soap
7+
--enable-xmlreader
8+
--with-xsl
9+
--enable-ftp
10+
--with-tidy
11+
--with-xmlrpc
12+
--enable-sysvsem
13+
--enable-sysvshm
14+
--enable-sysvmsg
15+
--enable-shmop
16+
--with-mysqli=mysqlnd
17+
--with-pdo-mysql=mysqlnd
18+
--enable-pcntl
19+
--with-readline
20+
--with-curl
21+
--with-pgsql
22+
--with-pdo-pgsql
23+
--with-gettext
24+
--enable-sockets
25+
--with-bz2
26+
--enable-bcmath
27+
--enable-calendar
28+
--with-libdir=lib
29+
--enable-fpm
30+
--with-gmp
31+
--with-kerberos
32+
--with-imap
33+
--with-imap-ssl
34+
--with-kerberos
35+
--with-ldap
36+
--with-ldap-sasl
37+
--enable-dba
38+
--with-cdb
39+
--with-ffi

default_configure_options.precise

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
--enable-intl
22
--with-openssl
33
--without-pear
4-
--with-gd
5-
--with-jpeg-dir=/usr
6-
--with-png-dir=/usr
7-
--with-freetype-dir=/usr
8-
--with-freetype
94
--enable-exif
10-
--enable-zip
11-
--with-zlib
12-
--with-zlib-dir=/usr
13-
--with-mcrypt=/usr
145
--with-pdo-sqlite
156
--enable-soap
167
--enable-xmlreader
@@ -22,12 +13,10 @@
2213
--enable-sysvshm
2314
--enable-sysvmsg
2415
--enable-shmop
25-
--with-mysql=mysqlnd
2616
--with-mysqli=mysqlnd
2717
--with-pdo-mysql=mysqlnd
2818
--enable-pcntl
2919
--with-readline
30-
--enable-mbstring
3120
--with-curl
3221
--with-pgsql
3322
--with-pdo-pgsql
@@ -38,14 +27,13 @@
3827
--enable-calendar
3928
--with-libdir=lib
4029
--enable-fpm
41-
--enable-maintainer-zts
4230
--with-gmp
4331
--with-kerberos
4432
--with-imap
4533
--with-imap-ssl
46-
--with-ldap=shared
34+
--with-kerberos
35+
--with-ldap
4736
--with-ldap-sasl
4837
--enable-dba
4938
--with-cdb
50-
--with-inifile
5139
--with-ffi

default_configure_options.trusty

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
--enable-intl
22
--with-openssl
33
--without-pear
4-
--with-gd
5-
--with-jpeg-dir=/usr
6-
--with-png-dir=/usr
7-
--with-freetype-dir=/usr
84
--enable-exif
9-
--enable-zip
10-
--with-zlib
11-
--with-zlib-dir=/usr
125
--with-pdo-sqlite
136
--enable-soap
147
--enable-xmlreader
@@ -24,7 +17,6 @@
2417
--with-pdo-mysql=mysqlnd
2518
--enable-pcntl
2619
--with-readline
27-
--enable-mbstring
2820
--with-curl
2921
--with-pgsql
3022
--with-pdo-pgsql
@@ -35,7 +27,6 @@
3527
--enable-calendar
3628
--with-libdir=lib
3729
--enable-fpm
38-
--enable-maintainer-zts
3930
--with-gmp
4031
--with-kerberos
4132
--with-imap

default_configure_options.xenial

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
--with-pdo-mysql=mysqlnd
1818
--enable-pcntl
1919
--with-readline
20-
--enable-mbstring
2120
--with-curl
2221
--with-pgsql
2322
--with-pdo-pgsql

0 commit comments

Comments
 (0)