php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #55344 outdated links @ amqp.installation page
Submitted: 2011-08-02 08:56 UTC Modified: 2011-08-24 13:37 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: hlopetz at gmail dot com Assigned: pdezwart (profile)
Status: Wont fix Package: Documentation problem
PHP Version: Irrelevant OS: 2.6.18-194.26.1.el5 x86_64 Linux
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: hlopetz at gmail dot com
New email:
PHP Version: OS:

 

 [2011-08-02 08:56 UTC] hlopetz at gmail dot com
Description:
------------
we should use current versions of the source, so the links shouldn't contain 
revision IDs.

the corrent links to source repository are

* http://hg.rabbitmq.com/rabbitmq-c/ and
* http://hg.rabbitmq.com/rabbitmq-codegen/

---
From manual page: http://www.php.net/amqp.installation
---

Expected result:
----------------
# Download the rabbitmq-c library
hg clone http://hg.rabbitmq.com/rabbitmq-c rabbitmq-c
cd rabbitmq-c
# Add the codegen requirement
hg clone http://hg.rabbitmq.com/rabbitmq-codegen codegen
# Configure, compile and install
autoreconf -i && ./configure && make && sudo make install

Actual result:
--------------
# Download the rabbitmq-c library
hg clone http://hg.rabbitmq.com/rabbitmq-c/rev/3c549bb09c16 rabbitmq-c
cd rabbitmq-c
# Add the codegen requirement
hg clone http://hg.rabbitmq.com/rabbitmq-codegen/rev/f8b34141e6cb codegen
# Configure, compile and install
autoreconf -i && ./configure && make && sudo make install

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-08-17 12:16 UTC] bjori@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: pdezwart
 [2011-08-17 12:16 UTC] bjori@php.net
Pieter, could you look at this?
 [2011-08-19 14:33 UTC] pdezwart@php.net
-Status: Assigned +Status: Wont fix
 [2011-08-19 14:33 UTC] pdezwart@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

Unfortunately, the underlying library is marked as experimental. Despite, numerous requests, they have refused to version their API signature in such a way that the AMQP PHP library would be able to conditionally compile the correct calls. As a result, we are bound to specific versions of the underlying library, which means that the revision numbers must stay. For now. Which sucks, I know.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 13:01:28 2025 UTC