php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58978 Version 0.6.0 reports itself as version 0.5.0
Submitted: 2009-12-05 10:10 UTC Modified: 2010-02-20 16:16 UTC
From: mjs at beebo dot org Assigned: jluedke (profile)
Status: Closed Package: gearman (PECL)
PHP Version: 5.3.0 OS:
Private report: No CVE-ID: None
 [2009-12-05 10:10 UTC] mjs at beebo dot org
Description:
------------
An extract from "php -i":

...

gearman
gearman support => enabled
extension version => 0.5.0
libgearman version => 0.10
Default TCP Host => 127.0.0.1
Default TCP Port => 4730

...

I imagine this is because:

$ grep VERSION gearman-0.6.0/php_gearman.h
#define PHP_GEARMAN_VERSION "0.5.0"

(This is somewhat annoying because it caused me to attempt 
to upgrade gearman because I thought I had an old version.)



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-02-20 16:16 UTC] contact at jamesluedke dot com
This bug has been fixed in SVN.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 17:01:29 2024 UTC