diff options
author | Pierre Joye <pajoye@php.net> | 2010-09-16 09:18:46 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2010-09-16 09:18:46 +0000 |
commit | daa90813fb4cee6bb50af334c14f17d795ab8d3b (patch) | |
tree | 97f5f818b0cd7ee4745e665aa57b468d238e632f /main/streams/php_stream_context.h | |
parent | aa0ed267a29b83099715c48f25bcbf9642bf7bb2 (diff) | |
download | php-git-daa90813fb4cee6bb50af334c14f17d795ab8d3b.tar.gz |
- use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert, missing header
Diffstat (limited to 'main/streams/php_stream_context.h')
-rw-r--r-- | main/streams/php_stream_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/streams/php_stream_context.h b/main/streams/php_stream_context.h index 52c3875ec7..10c91af68b 100644 --- a/main/streams/php_stream_context.h +++ b/main/streams/php_stream_context.h @@ -59,7 +59,7 @@ struct _php_stream_context { BEGIN_EXTERN_C() PHPAPI void php_stream_context_free(php_stream_context *context); -PHPAPI php_stream_context *php_stream_context_alloc(void); +PHPAPI php_stream_context *php_stream_context_alloc(TSRMLS_D); PHPAPI int php_stream_context_get_option(php_stream_context *context, const char *wrappername, const char *optionname, zval ***optionvalue); PHPAPI int php_stream_context_set_option(php_stream_context *context, |