History log of /PHP-8.1/ext/date/tests/date_sunrise_and_sunset_error.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 5bb83b37 08-Jul-2021 Nikita Popov

Deprecate date_sunrise() and date_sunset()

date_sunrise() and date_sunset() are deprecated in favor of
date_sun_info().

Part of https://wiki.php.net/rfc/deprecations_php_8_1.


# 41b096b3 25-Sep-2020 Máté Kocsis

Promote a few forgotten warnings to exceptions

Closes GH-6211