mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- Fix for the compiler on Compaq Tru64 4.0F PK3 (bug #18974)
This commit is contained in:
parent
bb258468fc
commit
c20c3fc610
1 changed files with 1 additions and 0 deletions
|
@ -218,6 +218,7 @@ static void php_fsockopen_stream(INTERNAL_FUNCTION_PARAMETERS, int persistent)
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
/* unknown ?? */
|
/* unknown ?? */
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
if (ssl_ret == FAILURE)
|
if (ssl_ret == FAILURE)
|
||||||
zend_error(E_WARNING, "%s(): failed to activate SSL mode %d", get_active_function_name(TSRMLS_C), ssl_flags);
|
zend_error(E_WARNING, "%s(): failed to activate SSL mode %d", get_active_function_name(TSRMLS_C), ssl_flags);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue