Revision tags: php-4.4.3RC2 |
|
#
29b0798c |
| 27-Jun-2006 |
Nuno Lopes |
revert per Derick request
|
#
5c97837c |
| 27-Jun-2006 |
Nuno Lopes |
add a couple of static and const keywords, to let the compiler optimize better will MFB in a hour, or so
|
Revision tags: BEFORE_NEW_OUTPUT_API, php-4.4.3RC1 |
|
#
74dfa9f0 |
| 14-May-2006 |
Derick Rethans |
MFH: - Implemented Dmitry's const patch. - Added support for "weekday" as relative item. - Fixed bug #37368 (Incorrect timestamp returned for strtotime()).
|
Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2 |
|
#
eb91dfc6 |
| 31-Jan-2006 |
Derick Rethans |
- MFH: Upgraded timezonedb to 2006a.
|
Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2 |
|
#
21e1f5da |
| 27-Dec-2005 |
Derick Rethans |
- MFH: Upgraded timezone db to 2005.18.
|
Revision tags: php-5.1.2RC1 |
|
#
e8a7e6a8 |
| 19-Dec-2005 |
Derick Rethans |
- Upgraded timezone database to 2005.17.
|
Revision tags: RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3 |
|
#
0893e10a |
| 15-Oct-2005 |
Derick Rethans |
- Updated timezone database to version 2005.14.
|
Revision tags: php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0 |
|
#
afccca77 |
| 03-Oct-2005 |
Derick Rethans |
- MFH: Allow an external Timezone Database to be used.
|
Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5 |
|
#
bb35f045 |
| 02-Sep-2005 |
Derick Rethans |
- MFH: Update timezone database to version "2005m".
|
#
00566c39 |
| 02-Sep-2005 |
Derick Rethans |
- MFH: New layout for tz database file.
|
Revision tags: php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0, RELEASE_0_9 |
|
#
e6c1ff25 |
| 20-Jul-2005 |
Derick Rethans |
- Fixed bug #33578 (strtotime() problem with "Oct17" format). - Fixed problems with lone years in strtotime(). - Added functions to timelib to get a list of all abbreviations and timezone
- Fixed bug #33578 (strtotime() problem with "Oct17" format). - Fixed problems with lone years in strtotime(). - Added functions to timelib to get a list of all abbreviations and timezone identifiers. - Fixed problems with parsed dates that only have GMT offsets associated with them. - Fixed a Windows compile problem. - Added special constants for different often used date formats (DATE_ISO8601, DATE_RFC822, DATE_RSS etc). - Fixed date_default_timezone_get() to return the guessed timezone if none was set yet with date_default_timezone_set(). - Added experimental support for Date/Timezone objects as per specifications.
show more ...
|
Revision tags: php-5.1.0b3, php-4.4.0, php-4.4.0RC2 |
|
#
e155585e |
| 30-Jun-2005 |
Derick Rethans |
- Reimplemented date and gmdate with new timelib code. - Removed old date/gmdate implementations. - Moved date() related testcases to ext/date/tests. - Implemented bug #33452. - Fixed
- Reimplemented date and gmdate with new timelib code. - Removed old date/gmdate implementations. - Moved date() related testcases to ext/date/tests. - Implemented bug #33452. - Fixed testcase for bug #27719 - there is no timezone called "EST5DST".
show more ...
|
#
28e76fe7 |
| 28-Jun-2005 |
Derick Rethans |
- Implemented binary search for timezone abbreviations and timezone identifier lookups. (Based on a patch by Nuno Lopes)
|
Revision tags: php-5.1.0b2 |
|
#
4fb4cac6 |
| 14-Jun-2005 |
Derick Rethans |
- Add my new timelib and ext/date. For now only strtotime() makes use of this.
|