Home
last modified time | relevance | path

Searched refs:protocol (Results 1 – 25 of 70) sorted by path

123

/PHP-5.5/
H A DNEWS4421 . Fixed buggy counting of affected rows when using the text protocol. The
4465 . Enforce security in the fastcgi protocol parsing.
7336 - Fixed bug #41770 (SSL: fatal protocol error due to buffer issues). (Ilia)
7478 - Fixed bug #41390 (Clarify error message with invalid protocol scheme).
7480 - Fixed bug #41378 (fastcgi protocol lacks support for Reason-Phrase in
8278 - Fixed bug #39039 (SSL: fatal protocol error when fetching HTTPS from servers
9068 - Added several new functions to support the PostgreSQL v3 protocol introduced
H A DUPGRADING477 ext/mysqli to be used with the new auth protocol, although at
/PHP-5.5/ext/curl/tests/
H A Dcurl_basic_009.phpt2 Test curl_error() & curl_errno() function with problematic protocol
H A Dcurl_strerror_001.phpt23 string(20) "unsupported protocol"
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic5089 #0 string <list>\n<protocol\ bbn-multimedia-format> Diamond Multimedia Document
5090 0 string =<list>\n<protocol\ bbn-m Diamond Multimedia Document
5720 >4 lelong 0x1000004A comms protocol library
5726 >4 lelong 0x100000E5 file transfer protocol
5727 >4 lelong 0x100000E5 file transfer protocol
/PHP-5.5/ext/ldap/
H A Dldap.c2418 int rc, protocol = LDAP_VERSION3; in PHP_FUNCTION() local
2426 if (((rc = ldap_set_option(ld->link, LDAP_OPT_PROTOCOL_VERSION, &protocol)) != LDAP_SUCCESS) || in PHP_FUNCTION()
/PHP-5.5/ext/ldap/tests/
H A DREADME46 LDAP_TEST_OPT_PROTOCOL_VERSION (default: 3) Version of LDAP protocol to use
/PHP-5.5/ext/libxml/tests/
H A Dbug54440.phpt25 or die("Failed to register protocol");
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_change_user.phpt96 /* silent protocol change if no db which requires workaround in mysqlnd/libmysql
H A Dmysqli_change_user_old.phpt106 /* silent protocol change if no db which requires workaround in mysqlnd/libmysql
H A Dmysqli_expire_password.phpt2 MySQL 5.6 EXPIRE PASSWORD protocol change
/PHP-5.5/ext/mysqlnd/
H A Dconfig9.m49 PHP_ARG_ENABLE(mysqlnd_compression_support, whether to disable compressed protocol support in mysql…
11 Disable support for the MySQL compressed protocol in mysqlnd], yes, no)
29 AC_DEFINE([MYSQLND_COMPRESSION_WANTED], 1, [Enable compressed protocol support])
H A Dmysqlnd.c197 if (conn->protocol) { in MYSQLND_METHOD_PRIVATE()
198 mysqlnd_protocol_free(conn->protocol TSRMLS_CC); in MYSQLND_METHOD_PRIVATE()
199 conn->protocol = NULL; in MYSQLND_METHOD_PRIVATE()
226 …MYSQLND_PACKET_OK * ok_response = conn->protocol->m.get_ok_packet(conn->protocol, FALSE TSRMLS_CC); in MYSQLND_METHOD()
272 …MYSQLND_PACKET_EOF * ok_response = conn->protocol->m.get_eof_packet(conn->protocol, FALSE TSRMLS_C… in MYSQLND_METHOD()
341 cmd_packet = conn->protocol->m.get_command_packet(conn->protocol, FALSE TSRMLS_CC); in MYSQLND_METHOD()
452 auth_packet = conn->protocol->m.get_auth_packet(conn->protocol, FALSE TSRMLS_CC); in mysqlnd_switch_to_ssl_if_needed()
774 greet_packet = conn->protocol->m.get_greet_packet(conn->protocol, FALSE TSRMLS_CC); in MYSQLND_METHOD()
1734 stats_header = conn->protocol->m.get_stats_packet(conn->protocol, FALSE TSRMLS_CC);
2380 conn->options->protocol = MYSQL_PROTOCOL_PIPE;
[all …]
H A Dmysqlnd_auth.c60 auth_resp_packet = conn->protocol->m.get_auth_response_packet(conn->protocol, FALSE TSRMLS_CC); in mysqlnd_auth_handshake()
68 …change_auth_resp_packet = conn->protocol->m.get_change_auth_response_packet(conn->protocol, FALSE … in mysqlnd_auth_handshake()
83 auth_packet = conn->protocol->m.get_auth_packet(conn->protocol, FALSE TSRMLS_CC); in mysqlnd_auth_handshake()
181 chg_user_resp = conn->protocol->m.get_change_user_response_packet(conn->protocol, FALSE TSRMLS_CC); in mysqlnd_auth_change_user()
189 …change_auth_resp_packet = conn->protocol->m.get_change_auth_response_packet(conn->protocol, FALSE … in mysqlnd_auth_change_user()
204 auth_packet = conn->protocol->m.get_auth_packet(conn->protocol, FALSE TSRMLS_CC); in mysqlnd_auth_change_user()
263 …MYSQLND_PACKET_OK * redundant_error_packet = conn->protocol->m.get_ok_packet(conn->protocol, FALSE… in mysqlnd_auth_change_user()
503 pk_req_packet = conn->protocol->m.get_sha256_pk_request_packet(conn->protocol, FALSE TSRMLS_CC); in mysqlnd_sha256_get_rsa_key()
508 …pk_resp_packet = conn->protocol->m.get_sha256_pk_request_response_packet(conn->protocol, FALSE TSR… in mysqlnd_sha256_get_rsa_key()
H A Dmysqlnd_ext_plugin.c75 _mysqlnd_plugin_get_plugin_protocol_data(const MYSQLND_PROTOCOL * protocol, unsigned int plugin_id … in _mysqlnd_plugin_get_plugin_protocol_data() argument
79 if (!protocol || plugin_id >= mysqlnd_plugin_count()) { in _mysqlnd_plugin_get_plugin_protocol_data()
82 DBG_RETURN((void *)((char *)protocol + sizeof(MYSQLND_PROTOCOL) + plugin_id * sizeof(void *))); in _mysqlnd_plugin_get_plugin_protocol_data()
H A Dmysqlnd_ext_plugin.h37 PHPAPI void ** _mysqlnd_plugin_get_plugin_protocol_data(const MYSQLND_PROTOCOL * protocol, unsigned…
H A Dmysqlnd_ps.c250 if (!stmt || !stmt->conn || !stmt->conn->protocol) { in mysqlnd_stmt_skip_metadata()
255 …field_packet = stmt->conn->protocol->m.get_result_field_packet(stmt->conn->protocol, FALSE TSRMLS_… in mysqlnd_stmt_skip_metadata()
285 if (!stmt || !stmt->conn || !stmt->conn->protocol) { in mysqlnd_stmt_read_prepare_response()
290 …prepare_resp = stmt->conn->protocol->m.get_prepare_response_packet(stmt->conn->protocol, FALSE TSR… in mysqlnd_stmt_read_prepare_response()
329 if (!stmt || !stmt->conn || !stmt->conn->protocol) { in mysqlnd_stmt_prepare_read_eof()
334 fields_eof = stmt->conn->protocol->m.get_eof_packet(stmt->conn->protocol, FALSE TSRMLS_CC); in mysqlnd_stmt_prepare_read_eof()
H A Dmysqlnd_result.c365 rset_header = conn->protocol->m.get_rset_header_packet(conn->protocol, FALSE TSRMLS_CC); in mysqlnd_query_read_result_set_header()
496 fields_eof = conn->protocol->m.get_eof_packet(conn->protocol, FALSE TSRMLS_CC); in mysqlnd_query_read_result_set_header()
893 …result->row_packet = result->conn->protocol->m.get_row_packet(result->conn->protocol, FALSE TSRMLS… in MYSQLND_METHOD()
1106 row_packet = conn->protocol->m.get_row_packet(conn->protocol, FALSE TSRMLS_CC); in MYSQLND_METHOD()
H A Dmysqlnd_result_meta.c104 field_packet = conn->protocol->m.get_result_field_packet(conn->protocol, FALSE TSRMLS_CC); in MYSQLND_METHOD()
H A Dmysqlnd_structs.h183 enum_mysqlnd_protocol_type protocol; member
356 … * (*func_mysqlnd_protocol__get_greet_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool persis…
357 … * (*func_mysqlnd_protocol__get_auth_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool persis…
360 …ok * (*func_mysqlnd_protocol__get_ok_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool persis…
361 … (*func_mysqlnd_protocol__get_command_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool persis…
362 …f * (*func_mysqlnd_protocol__get_eof_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool persis…
363 …func_mysqlnd_protocol__get_rset_header_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool persis…
364 …unc_mysqlnd_protocol__get_result_field_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool persis…
365 …w * (*func_mysqlnd_protocol__get_row_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool persis…
366 … * (*func_mysqlnd_protocol__get_stats_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool persis…
[all …]
H A Dmysqlnd_wireprotocol.c2286 MYSQLND_METHOD(mysqlnd_protocol, get_greet_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool per… in MYSQLND_METHOD()
2301 MYSQLND_METHOD(mysqlnd_protocol, get_auth_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool pers… in MYSQLND_METHOD()
2346 MYSQLND_METHOD(mysqlnd_protocol, get_ok_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool persis… in MYSQLND_METHOD()
2361 MYSQLND_METHOD(mysqlnd_protocol, get_eof_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool persi… in MYSQLND_METHOD()
2376 MYSQLND_METHOD(mysqlnd_protocol, get_command_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool p… in MYSQLND_METHOD()
2421 MYSQLND_METHOD(mysqlnd_protocol, get_row_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool persi… in MYSQLND_METHOD()
2436 MYSQLND_METHOD(mysqlnd_protocol, get_stats_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool per… in MYSQLND_METHOD()
2543 mysqlnd_protocol_free(MYSQLND_PROTOCOL * const protocol TSRMLS_DC) in mysqlnd_protocol_free()
2547 if (protocol) { in mysqlnd_protocol_free()
2548 zend_bool pers = protocol->persistent; in mysqlnd_protocol_free()
[all …]
H A Dmysqlnd_wireprotocol.h320 PHPAPI void mysqlnd_protocol_free(MYSQLND_PROTOCOL * const protocol TSRMLS_DC);
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_load_data.phpt75 // This should fail, the PS protocol should not support it.
H A Dpdo_mysql_prepare_native.phpt63 // 2030 This command is not supported in the prepared statement protocol yet
H A Dpdo_mysql_subclass.phpt24 $this->protocol();
29 $this->protocol();
34 $this->protocol();
40 // $this->protocol();
43 private function protocol() {

Completed in 208 milliseconds

123