Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. $ git diff
  2. diff --git a/ext/date/php_date.c b/ext/date/php_date.c
  3. index 12d9ea7..64b3637 100644
  4. --- a/ext/date/php_date.c
  5. +++ b/ext/date/php_date.c
  6. @@ -877,6 +877,9 @@ PHP_MSHUTDOWN_FUNCTION(date)
  7. timelib_error_container_dtor(DATEG(last_errors));
  8. }
  9.  
  10. + DATEG(timezone) = NULL;
  11. + DATEG(default_timezone) = NULL;
  12. +
  13. return SUCCESS;
  14. }
  15. /* }}} */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement