php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58919 Version in phpinfo is not correct
Submitted: 2009-10-25 18:39 UTC Modified: 2012-07-25 08:32 UTC
From: dtrebbien at gmail dot com Assigned: cataphract (profile)
Status: Closed Package: intl (PECL)
PHP Version: 5.2.6 OS: Debian
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: dtrebbien at gmail dot com
New email:
PHP Version: OS:

 

 [2009-10-25 18:39 UTC] dtrebbien at gmail dot com
Description:
------------
The module version that is reported to PHP is incorrect.

Reproduce code:
---------------
<?php phpinfo();

Expected result:
----------------
In the `intl` section, I expect the version to be 1.0.2.

Actual result:
--------------
The version is listed as 1.0.0.

Line 63 of `php_intl.h` needs to be changed to:
#define PHP_INTL_VERSION "1.0.2"


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-07-25 08:32 UTC] cataphract@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: cataphract
 [2012-07-25 08:32 UTC] cataphract@php.net
This is now correct in PECL/intl.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Oct 27 16:01:27 2024 UTC