version 1.1, 2012/02/21 23:48:02
|
version 1.1.1.2, 2012/05/29 12:34:43
|
Line 76 static void php_fsockopen_stream(INTERNAL_FUNCTION_PAR
|
Line 76 static void php_fsockopen_stream(INTERNAL_FUNCTION_PAR
|
ZVAL_STRING(zerrstr, "", 1); |
ZVAL_STRING(zerrstr, "", 1); |
} |
} |
|
|
stream = php_stream_xport_create(hostname, hostname_len, ENFORCE_SAFE_MODE | REPORT_ERRORS, | stream = php_stream_xport_create(hostname, hostname_len, REPORT_ERRORS, |
STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, hashkey, &tv, NULL, &errstr, &err); |
STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, hashkey, &tv, NULL, &errstr, &err); |
|
|
if (port > 0) { |
if (port > 0) { |