- Fix for the compiler on Compaq Tru64 4.0F PK3 (bug #18974)

This commit is contained in:
Derick Rethans 2002-08-20 11:18:18 +00:00
parent bb258468fc
commit c20c3fc610

View file

@ -218,6 +218,7 @@ static void php_fsockopen_stream(INTERNAL_FUNCTION_PARAMETERS, int persistent)
break;
default:
/* unknown ?? */
break;
}
if (ssl_ret == FAILURE)
zend_error(E_WARNING, "%s(): failed to activate SSL mode %d", get_active_function_name(TSRMLS_C), ssl_flags);