]> granicus.if.org Git - php/commitdiff
- Enable date_sun_info() function.
authorDerick Rethans <derick@php.net>
Wed, 18 Jan 2006 21:40:38 +0000 (21:40 +0000)
committerDerick Rethans <derick@php.net>
Wed, 18 Jan 2006 21:40:38 +0000 (21:40 +0000)
ext/date/php_date.c

index 423cec68b35c55c54b653cd798ec32b072ecb2bd..b4a5a7ff1fa8b46fd9b09f5585cc0a24260e51a7 100644 (file)
@@ -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}
 };