php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #57997 Use built-in glibc's functions when available
Submitted: 2008-01-08 19:36 UTC Modified: 2008-01-09 03:13 UTC
From: atomo64 at gmail dot com Assigned:
Status: Wont fix Package: timezonedb (PECL)
PHP Version: 5.2.1 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
34 - 7 = ?
Subscribe to this entry?

 
 [2008-01-08 19:36 UTC] atomo64 at gmail dot com
Description:
------------
glibc provides functions to retrieve the time zone data which would be nice for php-timezonedb to use.
This would be very helpful to remove the need of an extra update on every new version of the Olson database.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-01-09 03:13 UTC] derick@php.net
THe problem is that glibc are different all across the board, and that the timezone database is not even always (fully) available. In order to promote portability between Operating Systems and just systems in general, relying on the glibc installed database is not a good idea. Another problem is that it might be installed in other locations for example, and that is required as glibc's timezone functions (http://theory.uwinnipeg.ca/gnu/glibc/libc_304.html) are totally not adequate for PHP.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 11:01:28 2024 UTC