Home
last modified time | relevance | path

Searched refs:defaults (Results 1 – 25 of 40) sorted by path

12

/PHP-5.5/
H A DINSTALL2013 You must set the cgi.force_redirect directive to 0. It defaults
H A DNEWS9480 - Fixed bug #33536 (strtotime() defaults to now even on non time string).
H A Dacinclude.m4697 dnl default-val defaults to no. This will also set the variable ext_shared,
722 dnl default-val defaults to no. This will also set the variable ext_shared,
/PHP-5.5/build/
H A Dlibtool.m4143 # Set sane defaults for various variables
335 # if running on 10.5 or later, the deployment target defaults
337 # target defaults to 10.4. Don't you love it?
2023 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
2063 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
2103 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
2144 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
4542 # These are sane defaults that work on at least a few old systems.
5399 # Set some defaults for GNU ld with shared library support. These
H A Dshtool1481 … v=`(defaults read "/System/Library/CoreServices/${name}Version" "ProductVersion") 2>/dev/null`
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure139 Options: [defaults in brackets after descriptions]
/PHP-5.5/ext/date/tests/
H A DDateTime_construct-dst-overlap.phpt9 // PHP defaults to Daylight Saving Time. Ensure consistency in future.
H A Dbug33536.phpt2 Bug #33456 (strtotime defaults to now even on non time string)
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt327 not passed, it defaults to *'null'*.
/PHP-5.5/ext/ldap/
H A Dldap.c496 static int _php_sasl_interact(LDAP *ld, unsigned flags, void *defaults, void *in) in _php_sasl_interact() argument
500 php_ldap_bictx *ctx = defaults; in _php_sasl_interact()
/PHP-5.5/ext/mysql/
H A Dmysql.mak18 # Build type defaults to 'release'
/PHP-5.5/ext/mysqli/tests/
H A D003.phpt29 Seems that not all MySQL 6.0 installations use defaults that ignore the display widths.
H A Dmysqli_change_user_set_names.phpt51 if (!$defaults = mysqli_fetch_assoc($res))
55 $not_changed = $defaults;
105 if ($modified == $defaults)
129 var_dump($defaults);
134 $defaults['charset_client'] = 'utf8';
135 $defaults['charset_connection'] = 'utf8';
136 $defaults['charset_results'] = 'utf8';
140 if ($new != $defaults) {
145 var_dump($defaults);
153 $defaults['charset_connection'],
[all …]
H A Dmysqli_connect_oo.phpt58 // There shall be NO connection! Using new mysqli(void) shall not use defaults for a connection!
74 // There shall be NO connection! Using new mysqli(void) shall not use defaults for a connection!
H A Dmysqli_fetch_field.phpt60 // Read http://bugs.php.net/bug.php?id=42344 on defaults!
/PHP-5.5/ext/oci8/
H A Dconfig.m4106 [ --with-oci8[=DIR] Include Oracle Database OCI8 support. DIR defaults to \$ORACLE_HOME.
/PHP-5.5/ext/openssl/
H A Dopenssl.mak18 # Build type defaults to 'release'
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog3966 defaults to "extern" for C or "extern C" for C++, which works fine on
4274 "PCRE_DATA_SCOPE", which defaults to 'extern' or 'extern "C"' in the Unix
4914 storing of links as offsets within the compiled pattern. It defaults to 2-byte
H A DREADME177 the usual methods of changing standard defaults are available. For example:
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt500 32-bit libraries were not compiled, pcretest defaults to 16-bit and the
828 16-bit libraries were not compiled, pcretest defaults to 32-bit and the
902 defaults for the configure command. Because of the way that configure
1155 it defaults to the value that is set for --with-match-limit, which
2507 The numbers 32 and 10000 in errors 48 and 49 are defaults; different
10061 C-style "0" (base-8) and "0x" (base-16) prefixes, but defaults to
/PHP-5.5/ext/pcre/tests/
H A D005.phpt33 /p2/var/php_gcov/PHP_4_4/ext/standard/parsedate.y:864: warning: return type defaults to `int'
273 …0] => /p2/var/php_gcov/PHP_4_4/ext/standard/parsedate.y:864: warning: return type defaults to `int'
281 [8] => return type defaults to `int'
/PHP-5.5/ext/pdo/
H A DTODO50 defaults for the dbh will come from the INI settings.
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt241 // In case the PDO_MYSQL_TEST_CHARSET interferes with any defaults
H A Dpdo_mysql___construct_options.phpt56 $defaults = array(
86 if ($tmp !== $defaults[$option])
88 $name, $defaults[$option], gettype($defaults[$option]),
H A Dpdo_mysql___construct_options_libmysql.phpt47 $defaults[PDO::MYSQL_ATTR_MAX_BUFFER_SIZE] = 1048576;
49 $defaults[PDO::MYSQL_ATTR_INIT_COMMAND] = '';
50 $defaults[PDO::MYSQL_ATTR_READ_DEFAULT_FILE] = false;
51 $defaults[PDO::MYSQL_ATTR_READ_DEFAULT_GROUP] = false;
57 if ($tmp !== $defaults[$option])
59 $name, $defaults[$option], gettype($defaults[$option]),

Completed in 130 milliseconds

12