php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44260 5.3.0-dev is missing Africa.
Submitted: 2008-02-27 09:32 UTC Modified: 2008-02-27 09:47 UTC
From: RQuadling at GMail dot com Assigned: derick (profile)
Status: Closed Package: Date/time related
PHP Version: 5.3CVS-2008-02-27 (snap) OS: Windows XP SP2
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 !
Your email address:
MUST BE VALID
Solve the problem:
25 - 11 = ?
Subscribe to this entry?

 
 [2008-02-27 09:32 UTC] RQuadling at GMail dot com
Description:
------------
No African Timezones in V5.3.0-dev, only 391.

PHP 5.2.6-dev (cli) (built: Feb 26 2008 12:04:45) has 554
PHP 5.2.6-dev (cli) (built: Feb 27 2008 04:05:12) has 554

PHP 5.3.0-dev (cli) (built: Feb 20 2008 08:17:59) has 391

PHP 6.0.0-dev (cli) (built: Sep 13 2007 02:04:41) has 551
PHP 6.0.0-dev (cli) (built: Feb 20 2008 10:05:47) has 391




Reproduce code:
---------------
php -n -r "echo phpversion(), ' has ', count(timezone_identifiers_list());"


Expected result:
----------------
554 for all current -dev snapshots.

Actual result:
--------------
554 for V5.2.6-dev
391 for V5.3.0-dev and V6.0.0-dev

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-02-27 09:47 UTC] derick@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 11:01:28 2024 UTC