From 74d30dff7bb798a85327c5e2551b5b8ced2c3c96 Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Tue, 28 Mar 2000 20:26:02 +0000 Subject: *** empty log message *** --- ext/standard/datetime.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/standard/datetime.h') diff --git a/ext/standard/datetime.h b/ext/standard/datetime.h index 2e8f61f53d..6171197c61 100644 --- a/ext/standard/datetime.h +++ b/ext/standard/datetime.h @@ -44,10 +44,14 @@ PHP_FUNCTION(getdate); PHP_FUNCTION(checkdate); #if HAVE_STRFTIME PHP_FUNCTION(strftime); +PHP_FUNCTION(gmstrftime); #endif PHP_FUNCTION(strtotime); extern char *php_std_date(time_t t); void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gm); +#if HAVE_STRFTIME +void _php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gm); +#endif #endif /* _DATETIME_H */ -- cgit v1.2.1