History log of /PHP-7.4/ext/date/lib/timezonedb.h (Results 226 – 246 of 246)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2, RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND
# 7dcf89d7 05-Jul-2007 Derick Rethans

- MFH: Updated timezone database to 2007.6 (2007f).


Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2
# bcd72ca5 13-Apr-2007 Derick Rethans

- Updated timezone database to version 2007.5. (Derick)


Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1
# d447facb 06-Mar-2007 Derick Rethans

- Updated timezone database to version 2007.3. (Derick)


Revision tags: php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2, php-5.2.1RC1
# ac7e6f5f 29-Nov-2006 Derick Rethans

- Updated timezone database to version 2006.16.


Revision tags: php-5.2.0, php-5.2.0RC6
# 1fa009d1 17-Oct-2006 Derick Rethans

- Updated timezone database.


Revision tags: php-5.2.0RC5, php-5.2.0RC4, php-5.2.0RC3
# 83881804 29-Aug-2006 Derick Rethans

- Upgrade timezone db to 2006k.


Revision tags: php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1
# d060a6e8 04-Jul-2006 Derick Rethans

- MFH: Updated timezonedb to version 2006.7.
- MFH: Fixed test cases because of new constant values for the formats.


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.


12345678910