Home
last modified time | relevance | path

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

12345678910>>...38

/php-src/travis/
H A Dcompile.sh27 --enable-phpdbg \
28 --enable-fpm \
34 --enable-intl \
36 --enable-gd \
41 --enable-exif \
44 --enable-soap \
50 --enable-shmop \
51 --enable-pcntl \
60 --enable-bcmath \
62 --enable-ftp \
[all …]
/php-src/.github/actions/configure-x32/
H A Daction.yml21 --enable-phpdbg \
22 --enable-fpm \
23 --enable-intl \
30 --enable-gd \
35 --enable-exif \
38 --enable-soap \
44 --enable-shmop \
45 --enable-pcntl \
54 --enable-bcmath \
56 --enable-ftp \
[all …]
/php-src/.github/actions/configure-x64/
H A Daction.yml19 --enable-phpdbg \
20 --enable-fpm \
26 --enable-intl \
28 --enable-gd \
33 --enable-exif \
36 --enable-soap \
42 --enable-shmop \
43 --enable-pcntl \
52 --enable-bcmath \
54 --enable-ftp \
[all …]
/php-src/.github/actions/configure-macos/
H A Daction.yml25 --enable-fpm \
32 --enable-gd \
36 --enable-exif \
39 --enable-soap \
46 --enable-shmop \
47 --enable-pcntl \
57 --enable-bcmath \
59 --enable-ftp \
64 --enable-intl \
67 --enable-dba \
[all …]
/php-src/
H A D.cirrus.yml17enable-debug --enable-option-checking=fatal --enable-fpm --with-pdo-sqlite --without-pear --with-b…
/php-src/.circleci/
H A Dconfig.yml87 --enable-debug \
88 --enable-zts \
92 --enable-fpm \
99 --enable-intl \
101 --enable-gd \
106 --enable-exif \
109 --enable-soap \
115 --enable-shmop \
116 --enable-pcntl \
127 --enable-ftp \
[all …]
/php-src/sapi/fuzzer/
H A DREADME.md10 --enable-fuzzer \
12 --enable-debug-assertions \
13 --enable-address-sanitizer \
14 --enable-exif \
15 --enable-mbstring
18 …on is required to avoid a linking failure. The `--enable-debug-assertions` option can be used to e…
20 You can combine fuzzing with `--enable-address-sanitizer`, `--enable-undefined-sanitizer` or `--ena…
30 * `php-fuzz-exif`: Fuzzing `exif_read_data()` function (requires --enable-exif)
32 * `php-fuzz-mbregex`: Fuzzing `mb_ereg[i]()` (requires --enable-mbstring)
34 * `php-fuzz-function-jit`: Fuzzing the function JIT (requires --enable-opcache)
[all …]
/php-src/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-src/ext/ftp/
H A Dconfig.m42 [whether to enable FTP support],
3 [AS_HELP_STRING([--enable-ftp],
7 [whether to explicitly enable FTP SSL support],
9 [Explicitly enable SSL support in ext/ftp when not building with
/php-src/ext/shmop/
H A Dconfig.m42 [whether to enable shmop support],
3 [AS_HELP_STRING([--enable-shmop],
/php-src/ext/dl_test/
H A Dconfig.m42 [whether to enable dl-test extension],
3 [AS_HELP_STRING([--enable-dl-test],
/php-src/ext/sysvshm/
H A Dconfig.m42 [whether to enable System V shared memory support],
3 [AS_HELP_STRING([--enable-sysvshm],
/php-src/ext/mysqlnd/
H A Dconfig9.m42 [whether to enable mysqlnd],
3 [AS_HELP_STRING([--enable-mysqlnd],
10 [whether to explicitly enable SSL support in mysqlnd],
12 [Explicitly enable SSL support in ext/mysqlnd when not building with
19 [whether to enable compressed protocol support in mysqlnd],
/php-src/ext/zend_test/
H A Dconfig.m42 [whether to enable zend_test extension],
3 [AS_HELP_STRING([--enable-zend-test],
/php-src/ext/opcache/tests/
H A D001_cli.phpt4 opcache.enable=1
13 var_dump($config["directives"]["opcache.enable"]);
/php-src/ext/exif/
H A Dconfig.m42 [whether to enable EXIF (metadata from images) support],
3 [AS_HELP_STRING([--enable-exif],
/php-src/ext/calendar/
H A Dconfig.m42 [whether to enable calendar conversion support],
3 [AS_HELP_STRING([--enable-calendar],
/php-src/ext/sysvsem/
H A Dconfig.m42 [whether to enable System V semaphore support],
3 [AS_HELP_STRING([--enable-sysvsem],
/php-src/ext/opcache/jit/
H A DDockerfile.arm64.example14 # Compile a minimal debug build. --enable-debug adds runtime assertions and is slower than regular …
15 RUN ./configure --enable-debug --disable-all --enable-opcache && make clean && make -j$(nproc)
/php-src/ext/soap/
H A Dconfig.m42 [whether to enable SOAP support],
3 [AS_HELP_STRING([--enable-soap],
/php-src/ext/simplexml/tests/
H A Dbug40451.phpt10 <Host enable="true">
18 $add->Host->addAttribute('enable', 'true');
/php-src/ext/ffi/tests/
H A D300.phpt13 ffi.enable=1
14 opcache.enable=1
/php-src/.github/scripts/windows/
H A Dbuild_task.bat32 if "%INTRINSICS%" neq "" set ADD_CONF=%ADD_CONF% --enable-native-intrinsics=%INTRINSICS%
42 --enable-snapshot-build ^
44 --enable-com-dotnet=shared ^
46 --enable-object-out-dir=%PHP_BUILD_OBJ_DIR% ^
/php-src/ext/standard/tests/streams/
H A Dbug76857.phpt12 Warning: file_exists(): Unable to find the wrapper "foobar" - did you forget to enable it when you …
15 Warning: file_get_contents(): Unable to find the wrapper "foobar" - did you forget to enable it whe…
/php-src/.github/workflows/
H A Dnightly.yml321 configurationParameters: --enable-debug --disable-zts --enable-gcov
376 --enable-zts
647 --enable-debug \
648 --enable-zts \
662 --enable-fpm \
667 --enable-exif \
670 --enable-shmop \
671 --enable-pcntl \
677 --enable-ftp \
835 --enable-cli \
[all …]

Completed in 132 milliseconds

12345678910>>...38