Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Probably a very minor request, but can PECL's timezoneDB be made into a layer? #534

Open
rquadling opened this issue Feb 22, 2024 · 0 comments

Comments

@rquadling
Copy link

The TimeZoneDB extension is pretty important when working with datetime on a global basis. The extension itself is VERY VERY minimal from a "code" perspective. It is more about "data" that is maintained externally and pulled into the extension when the things change.

It is a drop-in replacement to the version that is statically compiled into the PHP binary (assuming standard building) and is how all date functions, class, methods, etc. work. Add the drop-in, nothing except data changes and is only updated to be more accurate.

The updates to Olson and then the PECL TimeZoneDB are not related to deployments of PHP. From memory, the extension is compatible with ALL versions of PHP (it really is JUST some data ... a LOT of data though!).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant