mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
MFB fix for #25597
This commit is contained in:
parent
76828b3024
commit
ab11c8c5ba
@ -78,7 +78,7 @@ PHPAPI php_stream *_php_stream_xport_create(const char *name, long namelen, int
|
||||
return stream;
|
||||
}
|
||||
/* dead - kill it */
|
||||
php_stream_close(stream);
|
||||
php_stream_pclose(stream);
|
||||
stream = NULL;
|
||||
|
||||
/* fall through */
|
||||
|
Loading…
Reference in New Issue
Block a user