Skip to content

Instantly share code, notes, and snippets.

@beberlei
Created January 23, 2015 16:38
Show Gist options
  • Save beberlei/f98718ba51dd837e9304 to your computer and use it in GitHub Desktop.
Save beberlei/f98718ba51dd837e9304 to your computer and use it in GitHub Desktop.
diff --git a/ext/date/php_date.c b/ext/date/php_date.c
index d0b684a..7610f2a 100644
--- a/ext/date/php_date.c
+++ b/ext/date/php_date.c
@@ -820,7 +820,9 @@ PHP_RSHUTDOWN_FUNCTION(date)
#define DATE_TZ_ERRMSG \
"It is not safe to rely on the system's timezone settings. You are " \
"*required* to use the date.timezone setting or the " \
- "date_default_timezone_set() function. In case you used any of those " \
+ "date_default_timezone_set() function. BAZINGA! " \
+ "(https://pbs.twimg.com/media/B8C-Z89CUAEA4Ys.png:large) \
+ "In case you used any of those " \
"methods and you are still getting this warning, you most likely " \
"misspelled the timezone identifier. "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment