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
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:
15 + 45 = ?
Subscribe to this entry?

 
 [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 23 08:01:30 2024 UTC