diff options
author | Antony Dovgal <tony2001@php.net> | 2005-05-16 08:37:14 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2005-05-16 08:37:14 +0000 |
commit | d5bb03b11a964c74e1ae9a1c161f84ff83d3c3f8 (patch) | |
tree | 0d0815c513c75cde99e486b83d59021271450d77 /main/php_streams.h | |
parent | 89316046c9e54d45b34374ccb7aadb62c15edf3f (diff) | |
download | php-git-d5bb03b11a964c74e1ae9a1c161f84ff83d3c3f8.tar.gz |
fix bugs #32742 (segmentation fault when the stream with a wrapper is not closed),
#32171 (Userspace stream wrapper crashes PHP)
Diffstat (limited to 'main/php_streams.h')
-rwxr-xr-x | main/php_streams.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_streams.h b/main/php_streams.h index 10fc248a00..0fc871b87f 100755 --- a/main/php_streams.h +++ b/main/php_streams.h @@ -502,6 +502,7 @@ END_EXTERN_C() int php_init_stream_wrappers(int module_number TSRMLS_DC); int php_shutdown_stream_wrappers(int module_number TSRMLS_DC); +void php_shutdown_stream_hashes(TSRMLS_D); PHP_RSHUTDOWN_FUNCTION(streams); BEGIN_EXTERN_C() |