From: Pierre Joye Date: Thu, 16 Sep 2010 09:18:46 +0000 (+0000) Subject: - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert, missing header X-Git-Tag: php-5.4.0alpha1~191^2~940 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=daa90813fb4cee6bb50af334c14f17d795ab8d3b;p=php - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert, missing header --- 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,