summaryrefslogtreecommitdiff
path: root/main/php_streams.h
diff options
context:
space:
mode:
authorMarkus Fischer <mfischer@php.net>2002-06-08 10:25:44 +0000
committerMarkus Fischer <mfischer@php.net>2002-06-08 10:25:44 +0000
commit0cd40c2808da10f4dd0f86596af51646475067b4 (patch)
tree738d1dfcad044145ce2f75c757de3c117b9c67a7 /main/php_streams.h
parent75f925dd37c1eacd9d7ea148645ce3e554632729 (diff)
downloadphp-git-0cd40c2808da10f4dd0f86596af51646475067b4.tar.gz
- Since streams are always enabled, instead of just printing 'enabled' we tell
what streams are currently registered.
Diffstat (limited to 'main/php_streams.h')
-rwxr-xr-xmain/php_streams.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/php_streams.h b/main/php_streams.h
index 815b0ea549..e46dc5db35 100755
--- a/main/php_streams.h
+++ b/main/php_streams.h
@@ -452,6 +452,10 @@ PHPAPI php_stream_context *php_stream_context_set(php_stream *stream, php_stream
php_stream_notification_notify((context), (code), PHP_STREAM_NOTIFY_SEVERITY_ERR, \
(xmsg), (xcode), 0, 0, NULL TSRMLS_CC); } } while(0)
+
+/* Give other modules access to the url_stream_wrappers_hash */
+PHPAPI HashTable *php_stream_get_url_stream_wrappers_hash();
+
#endif
/*