mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Expose stream_filters_hash so that it can be searched by stream_get_filters()
This commit is contained in:
parent
e0ed7e9057
commit
42e912da79
3 changed files with 14 additions and 6 deletions
|
@ -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
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue