Browse Source

MFB fix for #25597

PEAR_1_4DEV
Wez Furlong 23 years ago
parent
commit
ab11c8c5ba
  1. 2
      main/streams/transports.c

2
main/streams/transports.c

@ -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…
Cancel
Save