Home
last modified time | relevance | path

Searched refs:enable (Results 1 – 25 of 678) sorted by relevance

12345678910>>...28

/PHP-8.0/travis/
H A Dcompile.sh27 --enable-phpdbg \
28 --enable-fpm \
34 --enable-intl \
36 --enable-gd \
41 --enable-exif \
45 --enable-soap \
51 --enable-shmop \
52 --enable-pcntl \
61 --enable-bcmath \
63 --enable-ftp \
[all …]
/PHP-8.0/.github/actions/configure-x32/
H A Daction.yml20 --enable-phpdbg \
21 --enable-fpm \
22 --enable-intl \
29 --enable-gd \
34 --enable-exif \
38 --enable-soap \
44 --enable-shmop \
45 --enable-pcntl \
54 --enable-bcmath \
56 --enable-ftp \
[all …]
/PHP-8.0/.github/actions/configure-x64/
H A Daction.yml16 --enable-phpdbg \
17 --enable-fpm \
23 --enable-intl \
25 --enable-gd \
30 --enable-exif \
34 --enable-soap \
40 --enable-shmop \
41 --enable-pcntl \
50 --enable-bcmath \
52 --enable-ftp \
[all …]
/PHP-8.0/.github/actions/configure-macos/
H A Daction.yml24 --enable-fpm \
31 --enable-gd \
35 --enable-exif \
38 --enable-soap \
45 --enable-shmop \
46 --enable-pcntl \
56 --enable-bcmath \
58 --enable-ftp \
64 --enable-intl \
67 --enable-dba \
[all …]
/PHP-8.0/ext/sysvmsg/
H A Dconfig.m42 [whether to enable System V IPC support],
3 [AS_HELP_STRING([--enable-sysvmsg],
9 [AC_MSG_ERROR([Cannot enable System V IPC support, sys/msg.h is missing])
/PHP-8.0/ext/ftp/
H A Dconfig.m42 [whether to enable FTP support],
3 [AS_HELP_STRING([--enable-ftp],
8 [whether to explicitly enable FTP SSL support],
10 [FTP: Whether to enable FTP SSL support without ext/openssl])],
/PHP-8.0/sapi/fuzzer/
H A DREADME.md4 The following `./configure` options can be used to enable the fuzzing SAPI, as well as all availabl…
10 --enable-fuzzer \
12 --enable-debug-assertions \
13 --enable-exif \
14 --enable-mbstring
17 …on is required to avoid a linking failure. The `--enable-debug-assertions` option can be used to e…
26 * `php-fuzz-json`: Fuzzing JSON parser (requires --enable-json)
27 * `php-fuzz-exif`: Fuzzing `exif_read_data()` function (requires --enable-exif)
28 * `php-fuzz-mbstring`: Fuzzing `mb_ereg[i]()` (requires --enable-mbstring)
/PHP-8.0/ext/shmop/
H A Dconfig.m42 [whether to enable shmop support],
3 [AS_HELP_STRING([--enable-shmop],
/PHP-8.0/ext/zend_test/
H A Dconfig.m42 [whether to enable zend-test extension],
3 [AS_HELP_STRING([--enable-zend-test],
/PHP-8.0/ext/sysvshm/
H A Dconfig.m42 [whether to enable System V shared memory support],
3 [AS_HELP_STRING([--enable-sysvshm],
/PHP-8.0/ext/exif/
H A Dconfig.m42 [whether to enable EXIF (metadata from images) support],
3 [AS_HELP_STRING([--enable-exif],
/PHP-8.0/ext/opcache/tests/
H A D001_cli.phpt4 opcache.enable=1
13 var_dump($config["directives"]["opcache.enable"]);
H A Drevalidate_path_01.phpt4 opcache.enable=1
40 //php_cli_server_start('-d opcache.enable=1 -d opcache.enable_cli=1 -d opcache.revalidate_path=1');
41 php_cli_server_start('-d opcache.enable=1 -d opcache.enable_cli=1 -d opcache.revalidate_path=1 -d o…
/PHP-8.0/ext/calendar/
H A Dconfig.m42 [whether to enable calendar conversion support],
3 [AS_HELP_STRING([--enable-calendar],
/PHP-8.0/ext/soap/
H A Dconfig.m42 [whether to enable SOAP support],
3 [AS_HELP_STRING([--enable-soap],
/PHP-8.0/ext/simplexml/tests/
H A Dbug40451.phpt10 <Host enable="true">
18 $add->Host->addAttribute('enable', 'true');
/PHP-8.0/ext/sysvsem/
H A Dconfig.m42 [whether to enable System V semaphore support],
3 [AS_HELP_STRING([--enable-sysvsem],
/PHP-8.0/.github/workflows/
H A Dnightly.yml253 configurationParameters: --enable-debug --disable-zts --enable-gcov
294 --enable-debug
295 --enable-zts
481 --enable-debug \
482 --enable-zts \
495 --enable-phpdbg \
496 --enable-fpm \
501 --enable-exif \
504 --enable-shmop \
505 --enable-pcntl \
[all …]
H A Dpush.yml45 --${{ matrix.debug && 'enable' || 'disable' }}-debug
46 --${{ matrix.zts && 'enable' || 'disable' }}-zts
90 --enable-debug
91 --enable-zts
115 configurationParameters: --enable-debug --disable-zts
/PHP-8.0/ext/ffi/tests/
H A D300.phpt10 ffi.enable=1
11 opcache.enable=1
/PHP-8.0/ext/opcache/
H A Dconfig.w321 ARG_ENABLE("opcache", "whether to enable Zend OPcache support", "yes");
6 ARG_ENABLE("opcache-jit", "whether to enable JIT", "yes");
29 AC_DEFINE('HAVE_JIT', 1, 'Define to enable JIT');
/PHP-8.0/ext/pcntl/
H A Dconfig.m42 [whether to enable pcntl support],
3 [AS_HELP_STRING([--enable-pcntl],
/PHP-8.0/sapi/phpdbg/
H A Dconfig.m43 [AS_HELP_STRING([--enable-phpdbg],
10 [AS_HELP_STRING([--enable-phpdbg-webhelper],
16 [AS_HELP_STRING([--enable-phpdbg-debug],
23 [AS_HELP_STRING([--enable-phpdbg-readline],
/PHP-8.0/ext/opcache/tests/opt/
H A Dsccp_037.phpt4 opcache.enable=1
/PHP-8.0/ext/opcache/tests/jit/
H A Dqm_assign_001.phpt4 opcache.enable=1

Completed in 53 milliseconds

12345678910>>...28