Bug 218829 - net/pecl-amqp: update to 1.9.0, unbreak for php 7.0+
Summary: net/pecl-amqp: update to 1.9.0, unbreak for php 7.0+
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Danilo G. Baio
URL: https://reviews.freebsd.org/D10844
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-23 16:29 UTC by Oleg Ginzburg
Modified: 2017-05-23 00:48 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (jnlin)


Attachments
net/pecl-amqp: update to 1.9.0, unbreak for php 7.0+ (1.55 KB, patch)
2017-04-23 16:29 UTC, Oleg Ginzburg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Ginzburg 2017-04-23 16:29:59 UTC
Created attachment 182020 [details]
net/pecl-amqp: update to 1.9.0, unbreak for php 7.0+

net/pecl-amqp: update to 1.9.0, unbreak for php 7.0+
Comment 1 Oleg Ginzburg 2017-04-23 16:32:17 UTC
Comment:

Unfortunately, I do not know what behavior was previously patch with additional by-default flag:
0, /* auto_delete */
0, /* internal */

- now the code has changed a lot and there is no such place.

In my test lab, I've work with 1.9.0 pecl-amqp and PHP 7.1 with success with RabbitMQ
Comment 2 Danilo G. Baio freebsd_committer freebsd_triage 2017-05-20 23:38:11 UTC
I'll take it.
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-05-23 00:46:11 UTC
A commit references this bug:

Author: dbaio
Date: Tue May 23 00:45:37 UTC 2017
New revision: 441497
URL: https://svnweb.freebsd.org/changeset/ports/441497

Log:
  net/pecl-amqp: Update to 1.9.0

  Unbreak with PHP7+

  While here, set LICENSE

  Changes: https://pecl.php.net/package-changelog.php?package=amqp&release=1.9.0

  PR:		218829
  Submitted by:	olevole@olevole.ru
  Approved by:	garga (mentor), maintainer (timeout)
  Differential Revision:	https://reviews.freebsd.org/D10844

Changes:
  head/net/pecl-amqp/Makefile
  head/net/pecl-amqp/distinfo
  head/net/pecl-amqp/files/
Comment 4 Danilo G. Baio freebsd_committer freebsd_triage 2017-05-23 00:48:14 UTC
Committed, thanks.