php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59689 0.4.2 reports itself as 0.4.1 (very confusing)
Submitted: 2011-03-26 06:27 UTC Modified: 2015-06-05 13:22 UTC
From: roy dot trubshaw at yahoo dot co dot uk Assigned:
Status: Suspended Package: drizzle (PECL)
PHP Version: 5.3.5 OS: Fedora 14 64bit
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2011-03-26 06:27 UTC] roy dot trubshaw at yahoo dot co dot uk
Description:
------------
Installed package as normal.
Ran phpinfo();
Produced following output:
...
extension Version 	0.4.1
...
Not a major problem, but slightly confusing.

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

Expected result:
----------------
drizzle
drizzle support	enabled
extension Version 	0.4.2
libdrizzle version 	7
default TCP Host 	127.0.0.1
default TCP Port 	4427
default MySQL TCP Port 	4427
default Unix Domain Socket 	/tmp/drizzle.sock
default MySQL Unix Domain Socket 	/tmp/mysql.sock

Actual result:
--------------
drizzle
drizzle support	enabled
extension Version 	0.4.1
libdrizzle version 	7
default TCP Host 	127.0.0.1
default TCP Port 	4427
default MySQL TCP Port 	4427
default Unix Domain Socket 	/tmp/drizzle.sock
default MySQL Unix Domain Socket 	/tmp/mysql.sock 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-06-05 13:22 UTC] cmb@php.net
-Status: Open +Status: Suspended
 [2015-06-05 13:22 UTC] cmb@php.net
The drizzle package is not maintained. Therefore I'm changing the
status of this ticket to "suspended".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 11:01:31 2024 UTC