From daa90813fb4cee6bb50af334c14f17d795ab8d3b Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Thu, 16 Sep 2010 09:18:46 +0000 Subject: [PATCH] - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert, missing header --- main/streams/php_stream_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.40.0