iliaa Tue Aug 3 20:28:05 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/standard sunfuncs.c Log: MFH: Fixed argument handling in sun* functions. http://cvs.php.net/diff.php/php-src/ext/standard/sunfuncs.c?r1=1.6.2.1&r2=1.6.2.2&ty=u Index: php-src/ext/standard/sunfuncs.c diff -u php-src/ext/standard/sunfuncs.c:1.6.2.1 php-src/ext/standard/sunfuncs.c:1.6.2.2 --- php-src/ext/standard/sunfuncs.c:1.6.2.1 Tue Jul 20 20:14:50 2004 +++ php-src/ext/standard/sunfuncs.c Tue Aug 3 20:28:05 2004 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: sunfuncs.c,v 1.6.2.1 2004/07/21 00:14:50 iliaa Exp $ */ +/* $Id: sunfuncs.c,v 1.6.2.2 2004/08/04 00:28:05 iliaa Exp $ */ /* The sun position algorithm taken from the 'US Naval Observatory's @@ -192,6 +192,7 @@ } case 5: gmt_offset = php_idate('Z', time, 0) / 3600; + case 6: break; default: php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid format");
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php