php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #63640 Wrong constant value
Submitted: 2012-11-28 21:58 UTC Modified: 2018-05-08 15:51 UTC
From: florinpatan at gmail dot com Assigned: cmb (profile)
Status: Closed Package: amqp (PECL)
PHP Version: Irrelevant 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: florinpatan at gmail dot com
New email:
PHP Version: OS:

 

 [2012-11-28 21:58 UTC] florinpatan at gmail dot com
Description:
------------
A constant is defined like this:
#define AMQP_IFUNUSED 528

when I believe it should be:
#define AMQP_IFUNUSED 512

in order to follow all the other constants in the class.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-11-30 15:23 UTC] bkw at codingforce dot com
Thanks for reporting this.
Fixed in git: https://github.com/pdezwart/php-
amqp/commit/6e1f77f31c926059b62f29b4e53b369ae34095a1
Will be in next release.
 [2014-10-27 00:03 UTC] php at mcq8 dot be
It has been added so this can be closed.
 [2018-05-08 15:51 UTC] cmb@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: cmb
 [2018-05-08 15:51 UTC] cmb@php.net
> It has been added so this can be closed.

That.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 14:01:34 2025 UTC