Home
last modified time | relevance | path

Searched refs:config (Results 151 – 175 of 328) sorted by relevance

12345678910>>...14

/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_local_infile_set_on.phpt13 require_once(__DIR__ . DIRECTORY_SEPARATOR . 'config.inc');
H A Dbug_39483.phpt6 require __DIR__ . '/config.inc';
H A Dbug_51670.phpt6 require __DIR__ . '/config.inc';
/PHP-7.4/ext/mysqli/
H A Dconfig.m41 dnl ext/pdo_mysql/config.m4 also depends on this macro.
34 dnl ext/pdo_mysql/config.m4 also depends on this configure option.
74 …AC_MSG_ERROR([wrong mysql library version or lib not found. Check config.log for more information.…
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_serialize.c119 data->config = SERIALIZED_DATA_CONFIG; in pcre2_serialize_encode()
182 if (data->config != SERIALIZED_DATA_CONFIG) return PCRE2_ERROR_BADMODE; in pcre2_serialize_decode()
266 if (data->config != SERIALIZED_DATA_CONFIG) return PCRE2_ERROR_BADMODE; in pcre2_serialize_get_number_of_codes()
/PHP-7.4/ext/imap/
H A Dconfig.m459 Add --with-kerberos to your configure line. Check config.log for details.
76 Check whether openssl is on your PKG_CONFIG_PATH and the output in config.log)
83 Add --with-imap-ssl to your configure line. Check config.log for details.
165 …w signature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional…
168 …d signature, but U8T_CANONICAL is present. This should not happen. Check config.log for additional…
282 AC_MSG_ERROR([build test failed. Please check the config.log for details.])
/PHP-7.4/ext/odbc/tests/
H A Dodbc_columnprivileges_001.phpt8 include 'config.inc';
H A Dodbc_data_source_001.phpt13 include 'config.inc';
H A Dodbc_tables_001.phpt8 include 'config.inc';
H A Dodbc_columns_001.phpt8 include 'config.inc';
H A Dodbc_exec_002.phpt8 include 'config.inc';
/PHP-7.4/ext/pgsql/tests/
H A D80_bug39971.phpt10 require_once('config.inc');
H A D80_bug42783.phpt10 require_once('config.inc');
H A Dbug81720.phpt7 include('config.inc');
H A Dpg_insert_002.phpt8 include('config.inc');
/PHP-7.4/ext/openssl/tests/
H A Dbug73833.phpt10 $conf = ['config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf'];
H A Dbug60632.phpt15 'config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf',
/PHP-7.4/ext/pdo_dblib/tests/
H A Dbatch_stmt_transaction.phpt6 require __DIR__ . '/config.inc';
12 require __DIR__ . '/config.inc';
H A Dtimeout.phpt7 require __DIR__ . '/config.inc';
11 require __DIR__ . '/config.inc';
H A Dbatch_stmt_try.phpt6 require __DIR__ . '/config.inc';
12 require __DIR__ . '/config.inc';
/PHP-7.4/azure/
H A Dmsan_job.yml53 --with-config-file-path=/etc \
54 --with-config-file-scan-dir=/etc/php.d
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_sockets.c220 …zlog(ZLOG_SYSERROR, "unable to bind listening socket for address '%s'", wp->config->listen_address… in fpm_sockets_new_listening_socket()
239 if (0 > listen(sock, wp->config->listen_backlog)) { in fpm_sockets_new_listening_socket()
240 zlog(ZLOG_SYSERROR, "failed to listen to address '%s'", wp->config->listen_address); in fpm_sockets_new_listening_socket()
313 char *dup_address = strdup(wp->config->listen_address); in fpm_socket_af_inet_listening_socket()
374 strlcpy(sa_un.sun_path, wp->config->listen_address, sizeof(sa_un.sun_path)); in fpm_socket_af_unix_listening_socket()
/PHP-7.4/ext/mbstring/
H A Dconfig.w3217 FSO.CopyFile("ext\\mbstring\\libmbfl\\config.h.w32",
18 "ext\\mbstring\\libmbfl\\config.h", true);
51 …PHP_INSTALL_HEADERS("ext/mbstring", "mbstring.h libmbfl/config.h libmbfl/mbfl/eaw_table.h libmbfl/…
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug72570.phpt6 require __DIR__ . '/config.inc';
/PHP-7.4/TSRM/
H A Dtsrm.m465 [AS_HELP_STRING([[--with-tsrm-pth[=pth-config]]],
82 test "$TSRM_PTH" = "yes" && TSRM_PTH=pth-config

Completed in 25 milliseconds

12345678910>>...14