Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - New implementation of the sunset algorithm. Fixes bugs #33789, #33671, #32820 | Derick Rethans | 2006-01-04 | 1 | -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 version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | MBF51: load proper header file | Ilia Alshanetsky | 2005-12-05 | 1 | -1/+1 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - fix #30745 and #31853 (php-bugs at demark dot org, pierre) | Pierre Joye | 2005-02-10 | 1 | -1/+1 |
| | |||||
* | make autogenerated docs happy (Friedhelm Betz) | Moshe Doron | 2004-09-05 | 1 | -2/+2 |
| | |||||
* | Fixed argument handling in sun* functions. | Ilia Alshanetsky | 2004-08-04 | 1 | -0/+1 |
| | |||||
* | Abort earlier on invalid format. | Ilia Alshanetsky | 2004-07-21 | 1 | -3/+3 |
| | |||||
* | Wordsize fixes | Ard Biesheuvel | 2004-02-25 | 1 | -1/+2 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | - Cleaned this mess a bit: | foobar | 2003-02-17 | 1 | -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 warning | Wez Furlong | 2003-02-17 | 1 | -1/+1 |
| | |||||
* | @ new idate() function. | Moshe Doron | 2003-02-16 | 1 | -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. |