Forum Moderators: coopster
I'm trying to find out if the included timezone database for PHP 5.2.0 has daylight saving offsets built in and if so, what is it based on and how often is it updated?
My servers Timezone Database Version is 2006.14 but according to pecl.php.net the most current version is 2007.2. How can I find out what changed between these versions?
Any help is appreciated.
from
[pecl.php.net...]
This extension is a drop-in replacement for the builtin timezone database that comes with PHP. You should only install this extension in case you need to get a later version of the timezone database than the one that ships with PHP.
in the changelog for PHP 5.2.1 [php.net] it says
Updated timezone database to version 2006.16. (Derick)
so the one in php is newer than yours and as stated in the pecl link you can drop in the newer one if needed. I can't seem to find any real mention of what changed between them.
there is an example of how to check your server timezone settings by parsing phpinfo here
[php.net...]
an interesting story from Zend
TLK: The date wars [zend.com]
extra info
[en.wikipedia.org...]
so the one in php is newer than yours and as stated in the pecl link you can drop in the newer one if needed. I can't seem to find any real mention of what changed between them.
an interesting story from Zend TLK: the date wars [zend.com]
Anyone else have any input on this issue?
Timezone Database Version [google.com]
Timezone Database Version changes [google.com]
Timezone Database Version changes php [google.com]
there may be some other points of interest in there, I can just can't post the links here ;)
To quote the official description from the pecl site [pecl.php.net],
"This extension is a drop-in replacement for the builtin timezone database that comes with PHP. You should only install this extension in case you need to get a later version of the timezone database than the one that ships with PHP." (emphasis added)
I can't figure out where to "drop-in" the file(s), I have a feeling my version of "drop-in" as a Mac user is seriously different from what "drop-in" means to the author of this db update description.
Can anyone set me straight on what to do? (pls, no mac bashing) I've googled to no avail. Any help appreciated. :)