From cb8e1f16eea9ca070af72dd285c40d7d8b2d8c24 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Mon, 29 Mar 2004 00:27:17 +0000 Subject: [PATCH] Fixed build. --- ext/standard/datetime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/datetime.h b/ext/standard/datetime.h index 7f06cc33e3..7e6d9b7c7a 100644 --- a/ext/standard/datetime.h +++ b/ext/standard/datetime.h @@ -36,7 +36,7 @@ PHP_FUNCTION(gmstrftime); #endif PHP_FUNCTION(strtotime); -extern char *php_std_date(time_t t); +extern char *php_std_date(time_t t TSRMLS_DC); void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gm); #if HAVE_STRFTIME void _php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gm); -- 2.40.0