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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Tue Apr 16 08:01:32 2024 UTC