Home
last modified time | relevance | path

Searched refs:protocol (Results 51 – 70 of 70) sorted by relevance

123

/PHP-5.5/ext/snmp/tests/
H A Dsnmp-object-error.phpt81 Unknown SNMP protocol version
/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
/PHP-5.5/sapi/webjames/
H A Dwebjames.c125 ADD_FIELD("SERVER_PROTOCOL", protocol); in sapi_webjames_register_variables()
/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_expire_password.phpt2 MySQL 5.6 EXPIRE PASSWORD protocol change
H A Dmysqli_change_user_old.phpt106 /* silent protocol change if no db which requires workaround in mysqlnd/libmysql
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch276 - hc->protocol, status, title, EXPOSED_SERVER_SOFTWARE, fixed_type,
448 + hc->protocol = "UNKNOWN";
536 - hc->protocol = "UNKNOWN";
594 eol = strpbrk( protocol, " \t\n\r" );
597 - if ( strcasecmp( protocol, "HTTP/1.0" ) != 0 )
598 + if ( strcasecmp( protocol, "HTTP/1.0" ) != 0 ) {
892 - httpd_method_str( hc->method ), url, hc->protocol,
900 - httpd_method_str( hc->method ), url, hc->protocol,
924 + smart_str_appends(&bentries, hc->protocol);
1774 + FIXUP(protocol);
H A Dthttpd.c322 CONDADD(SERVER_PROTOCOL, protocol); in sapi_thttpd_register_variables()
/PHP-5.5/ext/sockets/
H A Dsockets.c162 ZEND_ARG_INFO(0, protocol)
230 ZEND_ARG_INFO(0, protocol)
2089 long domain, type, protocol; local
2091 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lllz", &domain, &type, &protocol, &fds_array…
2112 if (socketpair(domain, type, protocol, fds_array) != 0) {
/PHP-5.5/ext/sockets/tests/
H A Dmcast_ipv6_recv.phpt44 die('skip protocol independent multicast API is unavailable.');
H A Dsocket_strerror.phpt122 string(40) "Address family not supported by protocol"
/PHP-5.5/sapi/apache_hooks/
H A DREADME88 protocol
H A Dphp_apache.c378 apache_request_read_string_slot(offsetof(request_rec, protocol), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
1304 PHP_FALIAS(protocol, apache_request_protocol, NULL)
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c52 long domain, type, protocol; in PHP_FUNCTION() local
57 &domain, &type, &protocol)) { in PHP_FUNCTION()
61 if (0 != socketpair(domain, type, protocol, pair)) { in PHP_FUNCTION()
H A Dbasic_functions.c203 ZEND_ARG_INFO(0, protocol)
209 ZEND_ARG_INFO(0, protocol)
213 ZEND_ARG_INFO(0, protocol)
809 ZEND_ARG_INFO(0, protocol)
816 ZEND_ARG_INFO(0, protocol)
1962 ZEND_ARG_INFO(0, protocol)
/PHP-5.5/
H A DUPGRADING477 ext/mysqli to be used with the new auth protocol, although at
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
/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/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

Completed in 107 milliseconds

123