Searched refs:enable (Results 1 – 25 of 948) sorted by relevance
12345678910>>...38
/php-src/.github/actions/configure-x32/ |
H A D | action.yml | 21 --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-alpine/ |
H A D | action.yml | 19 --enable-phpdbg \ 20 --enable-fpm \ 26 --enable-intl \ 28 --enable-gd \ 33 --enable-exif \ 36 --enable-soap \ 42 --enable-shmop \ 43 --enable-pcntl \ 53 --enable-bcmath \ 55 --enable-ftp \ [all …]
|
/php-src/.github/actions/configure-x64/ |
H A D | action.yml | 22 --enable-phpdbg \ 23 --enable-fpm \ 29 --enable-intl \ 31 --enable-gd \ 37 --enable-exif \ 40 --enable-soap \ 46 --enable-shmop \ 47 --enable-pcntl \ 56 --enable-bcmath \ 58 --enable-ftp \ [all …]
|
/php-src/.github/actions/configure-macos/ |
H A D | action.yml | 25 --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.yml | 19 …enable-debug --enable-option-checking=fatal --enable-fpm --with-pdo-sqlite --without-pear --with-b…
|
/php-src/.circleci/ |
H A D | config.yml | 87 --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 D | README.md | 10 --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 D | config.m4 | 2 [whether to enable System V IPC support], 3 [AS_HELP_STRING([--enable-sysvmsg], 9 Cannot enable System V IPC support. Required <sys/msg.h> header file not
|
/php-src/ext/ftp/ |
H A D | config.m4 | 2 [whether to enable FTP support], 3 [AS_HELP_STRING([--enable-ftp], 10 [whether to enable FTP over SSL support], 12 [Explicitly enable FTP over SSL support when building without openssl
|
/php-src/ext/shmop/ |
H A D | config.m4 | 2 [whether to enable shmop support], 3 [AS_HELP_STRING([--enable-shmop],
|
/php-src/ext/dl_test/ |
H A D | config.m4 | 2 [whether to enable dl-test extension], 3 [AS_HELP_STRING([--enable-dl-test],
|
/php-src/ext/mysqlnd/ |
H A D | config9.m4 | 2 [whether to enable mysqlnd], 3 [AS_HELP_STRING([--enable-mysqlnd], 13 [whether to enable extended SSL support in mysqlnd], 15 [Explicitly enable extended SSL support in the mysqlnd extension when 23 [whether to enable compressed protocol support in mysqlnd],
|
/php-src/ext/zend_test/ |
H A D | config.m4 | 2 [whether to enable zend_test extension], 3 [AS_HELP_STRING([--enable-zend-test],
|
/php-src/ext/opcache/tests/ |
H A D | 001_cli.phpt | 4 opcache.enable=1 13 var_dump($config["directives"]["opcache.enable"]);
|
/php-src/ext/sysvshm/ |
H A D | config.m4 | 2 [whether to enable System V shared memory support], 3 [AS_HELP_STRING([--enable-sysvshm],
|
/php-src/ext/exif/ |
H A D | config.m4 | 2 [whether to enable EXIF (metadata from images) support], 3 [AS_HELP_STRING([--enable-exif],
|
/php-src/ext/opcache/jit/ |
H A D | Dockerfile.arm64.example | 14 # 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/calendar/ |
H A D | config.m4 | 2 [whether to enable calendar conversion support], 3 [AS_HELP_STRING([--enable-calendar],
|
/php-src/ext/sysvsem/ |
H A D | config.m4 | 2 [whether to enable System V semaphore support], 3 [AS_HELP_STRING([--enable-sysvsem],
|
/php-src/ext/simplexml/tests/ |
H A D | bug40451.phpt | 10 <Host enable="true"> 18 $add->Host->addAttribute('enable', 'true');
|
/php-src/ext/ffi/tests/ |
H A D | 300.phpt | 13 ffi.enable=1 14 opcache.enable=1
|
/php-src/.github/scripts/windows/ |
H A D | build_task.bat | 32 if "%INTRINSICS%" neq "" set ADD_CONF=%ADD_CONF% --enable-native-intrinsics=%INTRINSICS% 37 --enable-snapshot-build ^ 39 --enable-com-dotnet=shared ^ 41 --enable-object-out-dir=%PHP_BUILD_OBJ_DIR% ^
|
/php-src/ext/soap/ |
H A D | config.m4 | 2 [whether to enable SOAP support], 3 [AS_HELP_STRING([--enable-soap],
|
/php-src/.github/workflows/ |
H A D | nightly.yml | 66 --enable-debug 67 --enable-zts 397 configurationParameters: --enable-debug --disable-zts --enable-gcov 449 --enable-zts 715 --enable-debug \ 716 --enable-zts \ 730 --enable-fpm \ 735 --enable-exif \ 745 --enable-ftp \ 897 --enable-cli \ [all …]
|
/php-src/ext/standard/tests/streams/ |
H A D | bug76857.phpt | 12 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…
|
Completed in 27 milliseconds
12345678910>>...38