php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57275 wrong version number with 1.2.2
Submitted: 2006-10-04 03:10 UTC Modified: 2006-10-04 05:07 UTC
From: dmitry at rsl dot ru Assigned:
Status: Closed Package: oci8 (PECL)
PHP Version: 5.1.6 OS: Linux
Private report: No CVE-ID: None
 [2006-10-04 03:10 UTC] dmitry at rsl dot ru
Description:
------------
oci8-1.2.2.tgz says that it's version is 1.2.1:

grep -n 1.2.1 *
oci8.c:377:     "1.2.1",
oci8.c:669:     php_info_print_table_row(2, "Version", "1.2.1");


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

Expected result:
----------------
Version 	1.2.2

Actual result:
--------------
Version 	1.2.1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-10-04 05:07 UTC] tony2001 at phpclub dot net
Not really a "bug" and fixed in CVS long time ago.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 00:01:29 2024 UTC