php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #62087 Update extension version number
Submitted: 2012-05-21 08:36 UTC Modified: 2012-07-18 09:14 UTC
From: jpauli@php.net Assigned: pdezwart (profile)
Status: Closed Package: amqp (PECL)
PHP Version: 5.3.13 OS: *
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: jpauli@php.net
New email:
PHP Version: OS:

 

 [2012-05-21 08:36 UTC] jpauli@php.net
Description:
------------
The package version isn't updated in PHP_MINFO_FUNCTION(amqp) nor in the 
amqp_module_entry (both in amqp.c)

The version number should be updated when a new release gets packaged in the svn 
tags, that way phpinfo() and ReflectionExtension would give the right number.

This may be a blocking bug while using composer (which uses ReflectionExtension) 
http://getcomposer.org as a package dependency manager, because it highly relies 
on version numbers

Test script:
---------------
php --ri amqp
phpinfo()
(new ReflectionExtension('amqp))->getVersion()

Expected result:
----------------
Right version numbers

Actual result:
--------------
wrong version numbers

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-07-18 09:14 UTC] pdezwart@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: pdezwart
 [2012-07-18 09:14 UTC] pdezwart@php.net
Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at 
http://www.php.net/downloads.php

Fixed in 1.0.4. Thanks for the help!
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 02:01:38 2025 UTC