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
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: dmitry at rsl dot ru
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Thu Dec 26 10:01:29 2024 UTC