Revision tags: SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH |
|
#
8f1a327e |
| 29-Sep-2004 |
Sterling Hughes |
Add strptime function. |
#
7d57757a |
| 25-Sep-2004 |
Anantha Kesari H Y |
removed redundant NEW_LIBC checks |
Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1 |
|
#
89989f4e |
| 28-Jul-2004 |
Ilia Alshanetsky |
Fixed bug #29342 (strtotime() does not handle empty date string properly). |
Revision tags: RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8 |
|
#
da2a1977 |
| 28-Jun-2004 |
Derick Rethans |
- Fixed bug with leap year checking. |
Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1 |
|
#
f8708f36 |
| 31-Mar-2004 |
Hartmut Holzgraefe |
disallow negative timestamps on windows only |
#
1ece5eb5 |
| 28-Mar-2004 |
Rasmus Lerdorf |
MFB test case for bug #27719 and improve comments in this tricky DST code |
#
a4051816 |
| 26-Mar-2004 |
Rasmus Lerdorf |
MFB: The 2am offset was a bad choice as this hour doesn't necessarily exist on a DST switch. So use 4am instead. Fixes bug #27719 |
Revision tags: php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1 |
|
#
8f58b974 |
| 12-Mar-2004 |
Rasmus Lerdorf |
Fix/workaround for http://bugs.php.net/27533 |
Revision tags: RELEASE_0_2_0 |
|
#
b303ba08 |
| 08-Mar-2004 |
Ard Biesheuvel |
More wordsize fixes |
Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1 |
|
#
b10ce115 |
| 12-Feb-2004 |
foobar |
- Fixed bug #23467 (Showing incorrect Time Zone) # patch by scottmacvicar at ntlworld dot com |
Revision tags: php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1 |
|
#
dbeb4158 |
| 08-Jan-2004 |
Andi Gutmans |
- A belated happy holidays and PHP 5 |
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1 |
|
#
e7fd0bdf |
| 16-Dec-2003 |
Derick Rethans |
- Added 'c' modifier to date() which returns the date in ISO 8601 format. |
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7 |
|
#
67a070c1 |
| 15-Sep-2003 |
Ilia Alshanetsky |
Fixed bug #25530 (checkdate incorrectly handles floats) |
Revision tags: php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1, php-4.3.3RC1 |
|
#
f68c7ff2 |
| 10-Jun-2003 |
James Cox |
updating license information in the headers. |
Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b |
|
#
1dfc59f6 |
| 04-May-2003 |
Moriyoshi Koizumi |
Added missing sanity check # likely a fix for bug #23457 |
Revision tags: SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init |
|
#
c3e90bd6 |
| 06-Apr-2003 |
foobar |
Fixed bug #23071 (when DST in effect, date("T") crashed PHP) |
#
5ca07877 |
| 25-Mar-2003 |
Sebastian Bergmann |
Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32. |
Revision tags: php-4.3.2RC1 |
|
#
7e9fb9f2 |
| 17-Feb-2003 |
foobar |
- Cleaned this mess a bit: . Centralized the functions sunrise/sunset to php_sunrise_sunset to lessen duplicate code. . Made wrapper function php_do_date_sunrise_sunset() to lesse
- Cleaned this mess a bit: . 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
show more ...
|
#
ea8d11cc |
| 16-Feb-2003 |
Moshe Doron |
@ new idate() function. @ 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. |
Revision tags: php-4.3.1 |
|
#
eb8bccee |
| 09-Feb-2003 |
Kai Schroeder |
fix for #17928 |
#
1e244984 |
| 09-Feb-2003 |
Kai Schroeder |
MSVC's mktime() does not examine the existence of a daylight-saving-time zone |
#
0d236855 |
| 03-Feb-2003 |
Ilia Alshanetsky |
Fixed bug #22017 (non descriptive error to appear when timestamp passed to date() has value < 0. Win32 does not support timestamps prior to midnight (00:00:00), January 1, 1970). |
Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
7fa09705 |
| 11-Jan-2003 |
Moriyoshi Koizumi |
Reverted because correct decision has not been made yet. |
#
b66b92e9 |
| 11-Jan-2003 |
Moriyoshi Koizumi |
Reduced warnings in ZE2 build |
#
b506f5c8 |
| 31-Dec-2002 |
Sebastian Bergmann |
Bump year. |