ID: 49448 Updated by: der...@php.net Reported By: the_good_technician at yahoo dot com -Status: Open +Status: Assigned Bug Type: Unknown/Other Function Operating System: Any PHP Version: 5.3.0 -Assigned To: +Assigned To: derick
Previous Comments: ------------------------------------------------------------------------ [2009-09-03 07:58:41] the_good_technician at yahoo dot com Description: ------------ This is an easy problem to fix. I'm surprised nobody has reported it so far. The default configuration value for "date.sunrise_zenith" and "date.sunset_zenith" is "90.583333". But this value is incorrect! The correct value for a sunrise/sunset zenith angle is 90 + (50/60) WHICH EQUALS 90.83333333333 NOT 90.58333333333 Reproduce code: --------------- echo ini_get("date.sunrise_zenith") . "\n"; echo ini_get("date.sunset_zenith") . "\n"; Expected result: ---------------- 90.83333333333 90.83333333333 Actual result: -------------- 90.58333333333 90.58333333333 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=49448&edit=1