Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 242) sorted by path

12345678910

/PHP-7.3/
H A DNEWS823 . Added syslog.filter=raw option. (Erik Lundin)
1744 . Added zlib/level context option for compress.zlib wrapper. (Sara)
1909 is passed to the --with-zlib configure option). (Jay Bonci)
1926 . Fixed bug #75402 (Possible Memory Leak using PDO::CURSOR_SCROLL option).
2063 . Fixed bug #75722 (Convert valgrind detection to configure option).
2123 . Fixed bug #76044 ('date: illegal option -- -' in ./configure on FreeBSD).
2554 . Add ssl security_level stream option to support OpenSSL security levels.
2589 . Fixed Bug #74537 (Align --with-pdo-oci configure option with --with-oci8 syntax).
2652 . Use of bundled libzip is deprecated, --with-libzip option is recommended. (Remi)
H A DREADME.STREAMS62 file/URL, use this option to arrange for the stream
158 STREAM_MUST_SEEK option to php_stream_open_wrapper();
H A DUPGRADING278 . A new global option log_limit has been added. It can be used for setting
281 . A new global option log_buffering has been added. It allows an experimental
283 . A new pool option decorate_workers_output has been added. It allows
287 . In PHP 7.3.11 a new pool option
511 . FILTER_VALIDATE_FLOAT now also supports a `thousand` option, which
527 . The configuration option --with-libmbfl is no longer available.
574 . Added the zlib/level context option for the compress.zlib wrapper to
737 . New INI option to allow to set the SameSite directive for cookies. Defaults
H A DUPGRADING.INTERNALS199 - New configure option --enable-native-intrinsics accepts a list of the
202 - The configure option --with-codegen-arch accepts only ia32 as a value.
H A Dconfigure.ac589 dnl The WARNING_LEVEL required because cc in QNX hates -w option without an argument
863 …AC_MSG_ERROR([ccache must be disabled when --enable-gcov option is used. You can disable ccache by…
/PHP-7.3/TSRM/m4/
H A Dax_func_which_gethostbyname_r.m441 # option) any later version.
/PHP-7.3/Zend/
H A DREADME.ZEND_MM10 The new manager's "configure" has no "--disable-zend-memory-manager" option,
H A DREADME.ZEND_VM100 option. By default ZE2 uses the following command to generate executor:
/PHP-7.3/Zend/tests/
H A Dargument_restriction_001.phpt6 …public function &test($foo, array $bar, $option = NULL, $extra = "llllllllllllllllllllllllllllllll…
16 … & Sub::test() should be compatible with & Base::test($foo, array $bar, $option = NULL, $extra = '…
H A Dargument_restriction_002.phpt6 …public function test($foo, array &$bar, $option = NULL, $extra = 3.1415926535897932384626433832795…
16 …o, array &$bar) should be compatible with Base::test($foo, array &$bar, $option = NULL, $extra = 3…
H A Dargument_restriction_003.phpt9 …public function test(Foo $foo, array $bar, $option = NULL, $extra = "lllllllllllllllllllllllllllll…
19 … Sub::test() should be compatible with Base::test(Foo $foo, array $bar, $option = NULL, $extra = '…
H A Dargument_restriction_004.phpt9 abstract public function test(Foo $foo, array $bar, $option = NULL, $extra = 16777215) ;
13 public function test(Foo $foo, array $bar, $option = NULL, $extra = 0xffffff ) {
H A Dbug71756.phpt5 function a ($option) {
6 b($option['bla']);
7 c($option);
8 var_dump($option);
13 function c ($option) {
14 switch ($option['bla']) {
16 $copy = $option;
H A Dbug72508.phpt5 function a ($option) {
6 b($option['bla']);
7 c($option);
8 var_dump($option);
13 function c ($option) {
14 switch ($option['bla']) {
16 $copy = $option;
/PHP-7.3/Zend/tests/multibyte/
H A Dbug68665.phpt6 die("skip Requires configure --enable-zend-multibyte option");
H A Dmultibyte_encoding_001.phpt6 die("skip Requires configure --enable-zend-multibyte option");
H A Dmultibyte_encoding_002.phpt6 die("skip Requires configure --enable-zend-multibyte option");
H A Dmultibyte_encoding_003.phpt6 die("skip Requires configure --enable-zend-multibyte option");
H A Dmultibyte_encoding_004.phpt6 die("skip Requires configure --enable-zend-multibyte option");
H A Dmultibyte_encoding_005.phpt6 die("skip Requires configure --enable-zend-multibyte option");
H A Dmultibyte_encoding_006.phpt6 die("skip Requires configure --enable-zend-multibyte option");
/PHP-7.3/Zend/tests/type_declarations/
H A Dscalar_strict_declaration_placement_006.phpt6 die("skip Requires configure --enable-zend-multibyte option");
H A Dscalar_strict_declaration_placement_007.phpt6 die("skip Requires configure --enable-zend-multibyte option");
/PHP-7.3/build/
H A Dlibtool.m4724 # Check whether the given compiler option works
732 # Insert the option either (1) after the last *FLAGS variable, or
736 # The option is referenced via a variable to avoid confusing sed.
769 # Check whether the given compiler option works
2345 [AC_CACHE_CHECK([for $LD option to reload object files],
2581 # nm: unknown option "B" ignored
4128 # (at your option) any later version.
4602 opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4737 AC_MSG_CHECKING([for $compiler option to produce PIC])
5312 # If we're using GNU nm, then we don't want the "-C" option.
[all …]
/PHP-7.3/ext/curl/
H A Dinterface.c312 ZEND_ARG_INFO(0, option)
327 ZEND_ARG_INFO(0, option)
358 ZEND_ARG_INFO(0, option)
423 ZEND_ARG_INFO(0, option)
2180 switch (option) { in _php_curl_setopt()
2577 switch (option) { in _php_curl_setopt()
2678 switch (option) { in _php_curl_setopt()
3111 zend_ulong option; in PHP_FUNCTION() local
3217 zend_long option = 0; in PHP_FUNCTION() local
3222 Z_PARAM_LONG(option) in PHP_FUNCTION()
[all …]

Completed in 100 milliseconds

12345678910