mirror of
https://github.com/php/php-src.git
synced 2025-01-09 12:34:14 +08:00
ws fix.
This commit is contained in:
parent
85255d9ee5
commit
591aba3c89
@ -277,8 +277,8 @@ static void php_fsockopen(INTERNAL_FUNCTION_PARAMETERS, int persistent) {
|
||||
key, strlen(key) + 1, NULL);
|
||||
}
|
||||
|
||||
if(key)
|
||||
efree(key);
|
||||
if (key)
|
||||
efree(key);
|
||||
|
||||
ZEND_REGISTER_RESOURCE(return_value, sock, php_file_le_socket());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user