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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: RQuadling at GMail dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sat Dec 21 17:01:58 2024 UTC