]> granicus.if.org Git - php/commitdiff
fix TSRM
authorStanislav Malyshev <stas@php.net>
Sun, 27 Apr 2003 16:18:43 +0000 (16:18 +0000)
committerStanislav Malyshev <stas@php.net>
Sun, 27 Apr 2003 16:18:43 +0000 (16:18 +0000)
ext/session/session.c

index c769d50dbdfb5cee5e1934ed44943499f7d39491..04fa63a916f7b1d98e279f44a17fb4548ce5bd39 100644 (file)
@@ -982,7 +982,7 @@ static void php_session_send_cookie(TSRMLS_D)
 
        smart_str_0(&ncookie);
        
-       sapi_add_header_ex(ncookie.c, ncookie.len, 0, 0);
+       sapi_add_header_ex(ncookie.c, ncookie.len, 0, 0 TSRMLS_CC);
 }
 
 static ps_module *_php_find_ps_module(char *name TSRMLS_DC)