summaryrefslogtreecommitdiff
path: root/ext/standard/datetime.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/datetime.h')
-rw-r--r--ext/standard/datetime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/datetime.h b/ext/standard/datetime.h
index 0edaff1b00..7b8ced8e67 100644
--- a/ext/standard/datetime.h
+++ b/ext/standard/datetime.h
@@ -26,6 +26,6 @@
PHP_FUNCTION(strptime);
#endif
-PHPAPI char *php_std_date(time_t t TSRMLS_DC);
+PHPAPI char *php_std_date(time_t t);
#endif /* DATETIME_H */