From: Derick Rethans Date: Wed, 18 Jan 2006 21:40:38 +0000 (+0000) Subject: - Enable date_sun_info() function. X-Git-Tag: php-5.1.3RC1~232 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=864004d4d777a71086155ba83e19618e4734d029;p=php - Enable date_sun_info() function. --- diff --git a/ext/date/php_date.c b/ext/date/php_date.c index 423cec68b3..b4a5a7ff1f 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -76,7 +76,7 @@ zend_function_entry date_functions[] = { /* Astronomical functions */ PHP_FE(date_sunrise, NULL) PHP_FE(date_sunset, NULL) -/* PHP_FE(date_sun_info, NULL) */ + PHP_FE(date_sun_info, NULL) {NULL, NULL, NULL} };