Expose stream_filters_hash so that it can be searched by stream_get_filters()

This commit is contained in:
Sara Golemon 2003-01-06 04:06:40 +00:00
parent e0ed7e9057
commit 42e912da79
3 changed files with 14 additions and 6 deletions

View file

@ -603,9 +603,9 @@ PHPAPI php_stream_context *php_stream_context_set(php_stream *stream, php_stream
(xmsg), (xcode), 0, 0, NULL TSRMLS_CC); } } while(0)
/* Give other modules access to the url_stream_wrappers_hash */
/* Give other modules access to the url_stream_wrappers_hash and stream_filters_hash */
PHPAPI HashTable *php_stream_get_url_stream_wrappers_hash();
PHPAPI HashTable *php_get_stream_filters_hash();
#endif
/*