From 57247f01f74acf55cbe6fb2ee2c117d6db3848db Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Thu, 30 Jul 2015 13:53:44 +0200 Subject: removed another E_STRICT(with the approval of Derick), 3 more to go --- ext/date/php_date.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/date/php_date.c') diff --git a/ext/date/php_date.c b/ext/date/php_date.c index 2f52353ce2..52ce4b7ce8 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -1541,7 +1541,7 @@ PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt) now->h = hou; break; default: - php_error_docref(NULL, E_STRICT, "You should be using the time() function instead"); + php_error_docref(NULL, E_DEPRECATED, "You should be using the time() function instead"); } /* Update the timestamp */ if (gmt) { -- cgit v1.2.1