Diff php-7.3.27 with a php-7.3.27-r1
/usr/portage/dev-lang/php/php-7.3.27-r1.ebuild 2021-03-30 21:09:00.000000000 +0300 | ||
---|---|---|
35 | 35 |
coverage +ctype curl debug |
36 | 36 |
enchant exif +fileinfo +filter firebird |
37 | 37 |
+flatfile ftp gd gdbm gmp +hash +iconv imap inifile |
38 |
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit libressl lmdb |
|
38 |
intl iodbc ipv6 +jit +json kerberos ldap ldap-sasl libedit libressl lmdb |
|
39 | 39 |
mhash mssql mysql mysqli nls |
40 | 40 |
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm |
41 | 41 |
readline recode selinux +session session-mm sharedmem |
... | ... | |
48 | 48 |
# the ones that can be detected to avoid a repeat of bug #564824. |
49 | 49 |
COMMON_DEPEND=" |
50 | 50 |
>=app-eselect/eselect-php-0.9.1[apache2?,fpm?] |
51 |
>=dev-libs/libpcre2-10.30[unicode] |
|
51 |
>=dev-libs/libpcre2-10.30[jit?,unicode] |
|
52 | 52 |
fpm? ( acl? ( sys-apps/acl ) ) |
53 | 53 |
apache2? ( www-servers/apache[apache2_modules_unixd(+),threads=] ) |
54 | 54 |
argon2? ( app-crypt/argon2:= ) |
... | ... | |
422 | 422 |
# --with-pcre-regex affects ext/pcre |
423 | 423 |
# --with-pcre-dir affects ext/filter and ext/zip |
424 | 424 |
# --with-pcre-valgrind cannot be enabled with system pcre |
425 |
# Many arches don't support pcre-jit |
|
426 | 425 |
our_conf+=( |
427 | 426 |
--with-pcre-regex="${EPREFIX}/usr" |
428 | 427 |
--with-pcre-dir="${EPREFIX}/usr" |
429 | 428 |
--without-pcre-valgrind |
430 |
--without-pcre-jit |
|
429 |
$(use_with jit pcre-jit) |
|
431 | 430 |
) |
432 | 431 | |
433 | 432 |
# Catch CFLAGS problems |