Home
last modified time | relevance | path

Searched refs:server (Results 501 – 525 of 554) sorted by relevance

1...<<212223

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_ini.phpt35 die("skip SHA-256 server plugin unavailable");
H A Dmysqli_stmt_fetch_geom.phpt26 // don't bail - column type might not be supported by the server, ignore this
H A Dmysqli_pam_sha256_public_key_option.phpt35 die("skip SHA-256 server plugin unavailable");
H A Dmysqli_stmt_execute_stored_proc_next_result.phpt20 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_affected_rows_oo.phpt18 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_query_unicode.phpt103 …printf("[011] Cannot connect to the server using host=%s, user=%s, passwd=парола, dbname=%s, port=…
H A Dmysqli_change_user_set_names.phpt19 die(sprintf("skip Cannot determine server version, we need MySQL Server 4.1+ for the test!"));
H A Dmysqli_insert_id.phpt76 very likely a bug, but someone could have done something on the server
H A Dmysqli_expire_password.phpt14 …die(sprintf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port…
H A Dmysqli_explain_metadata.phpt67 /* Depending on your version, the MySQL server migit not support this */
H A Dmysqli_affected_rows.phpt26 …printf("[004] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_poll_mixing_insert_select.phpt60 // If your MySQL server is very slow the test may randomly fail!
H A Dmysqli_fetch_object_oo.phpt24 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
/PHP-5.5/ext/oci8/tests/
H A Dconn_attr_4.phpt14 die("skip expected output only valid when using Oracle 11gR2 or greater database server");
/PHP-5.5/ext/dba/
H A DREADME21 for both standalone and client/server applications.
/PHP-5.5/ext/ftp/tests/
H A Dftp_nb_continue.phpt9 require 'server.inc';
15 if (!$ftp) die("Couldn't connect to the server");
H A Dserver.inc18 die("could not start/bind the ftp server\n");
99 fputs($s, "220----- PHP FTP server 0.3 -----\r\n220 Service ready\r\n");
/PHP-5.5/ext/oci8/
H A Doci8.c2223 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)connection->server, OCI_HTYPE_SERVER, (d… in php_oci_connection_status()
2301 PHP_OCI_CALL(OCIServerDetach, (connection->server, OCI_G(err), OCI_DEFAULT)); in php_oci_connection_close()
2308 if (connection->server) { in php_oci_connection_close()
2309 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->server, (ub4) OCI_HTYPE_SERVER)); in php_oci_connection_close()
2408 connection->server = NULL; in php_oci_connection_release()
2957 …CI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->server), OCI_HTYPE_SERVER… in php_oci_old_create_session()
2965 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIServerAttach, (connection->server, OCI_G(err), (text *)dbna… in php_oci_old_create_session()
3040 …_G(errcode), OCIAttrSet, (connection->svc, OCI_HTYPE_SVCCTX, connection->server, 0, OCI_ATTR_SERVE… in php_oci_old_create_session()
3226 …Get, ((dvoid *)connection->svc, OCI_HTYPE_SVCCTX, (dvoid *)&(connection->server), (ub4 *)0, OCI_AT… in php_oci_create_session()
3250 connection->server = NULL; in php_oci_create_session()
/PHP-5.5/sapi/apache2filter/
H A Dconfig.m465 …AC_MSG_ERROR([You have enabled Apache 2 support while your server is Apache 1.3. Please use the a…
H A Dsapi_apache2.c295 ap_log_error(APLOG_MARK, APLOG_ERR, 0, ctx->r->server, "%s", msg); in php_apache_sapi_log_message()
649 0, r->server, in php_add_filter()
/PHP-5.5/sapi/webjames/
H A Dwebjames.c123 ADD_STRING("SERVER_SOFTWARE", configuration.server); in sapi_webjames_register_variables()
/PHP-5.5/sapi/apache2handler/
H A Dconfig.m464 …AC_MSG_ERROR([You have enabled Apache 2 support while your server is Apache 1.3. Please use the a…
/PHP-5.5/ext/mysql/tests/
H A Dmysql_affected_rows.phpt26 …printf("[004] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_unbuffered_2050.phpt40 fetch all data from the row before sending new data to the server.
/PHP-5.5/sapi/apache_hooks/
H A DREADME160 the server, not just for php pages.

Completed in 66 milliseconds

1...<<212223