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
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: roy dot trubshaw at yahoo dot co dot uk
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 11:01:31 2025 UTC