summaryrefslogtreecommitdiff
path: root/ext/standard/sunfuncs.c
Commit message (Collapse)AuthorAgeFilesLines
* - New implementation of the sunset algorithm. Fixes bugs #33789, #33671, #32820Derick Rethans2006-01-041-244/+0
| | | | | | | and #30937. #- Didn't add it to news yet, as we'll merge this to PHP 5.1.x (just need to # wait for Ilia to approve it for 5.1.2).
* bump year and license versionfoobar2006-01-011-3/+3
|
* MBF51: load proper header fileIlia Alshanetsky2005-12-051-1/+1
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - fix #30745 and #31853 (php-bugs at demark dot org, pierre)Pierre Joye2005-02-101-1/+1
|
* make autogenerated docs happy (Friedhelm Betz)Moshe Doron2004-09-051-2/+2
|
* Fixed argument handling in sun* functions.Ilia Alshanetsky2004-08-041-0/+1
|
* Abort earlier on invalid format.Ilia Alshanetsky2004-07-211-3/+3
|
* Wordsize fixesArd Biesheuvel2004-02-251-1/+2
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* - Cleaned this mess a bit:foobar2003-02-171-209/+119
| | | | | | | | | | . Centralized the functions sunrise/sunset to php_sunrise_sunset to lessen duplicate code. . Made wrapper function php_do_date_sunrise_sunset() to lessen duplicate code. . Coding style fixes. . renamed sunfuncs.h -> php_sunfuncs.h
* Fix compile warningWez Furlong2003-02-171-1/+1
|
* @ new idate() function.Moshe Doron2003-02-161-0/+332
@ new date_sunrise() function. @ new date_sunset() function. #since i have no premission updating the win32 project file, i'm sending patch on the list.