mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58: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;
|
||||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue