1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
From accda679038e2e4239229521f643758b02557105 Mon Sep 17 00:00:00 2001
From: Laurent Laville <laurent.laville@gmail.com>
Date: Wed, 2 Jan 2019 22:41:27 +0100
Subject: [PATCH] update Amqp ref to version 1.9.4 (stable)
---
CHANGELOG.md | 1 +
data/references/Amqp.iniEntries.json | 8 ++++++++
data/references/Amqp.releases.json | 9 +++++++++
3 files changed, 18 insertions(+)
diff --git a/data/references/Amqp.iniEntries.json b/data/references/Amqp.iniEntries.json
index 192a8a3..c9a2113 100644
--- a/data/references/Amqp.iniEntries.json
+++ b/data/references/Amqp.iniEntries.json
@@ -142,5 +142,13 @@
"ext_max": "",
"php_min": "5.3.0",
"php_max": ""
+ },
+ {
+ "ext_name_fk": 1,
+ "name": "amqp.sasl_method",
+ "ext_min": "1.9.4",
+ "ext_max": "",
+ "php_min": "5.3.0",
+ "php_max": ""
}
]
\ No newline at end of file
diff --git a/data/references/Amqp.releases.json b/data/references/Amqp.releases.json
index da7c9cc..b6438ba 100644
--- a/data/references/Amqp.releases.json
+++ b/data/references/Amqp.releases.json
@@ -358,5 +358,14 @@
"ext_max": "",
"php_min": "5.3.0",
"php_max": ""
+ },
+ {
+ "ext_name_fk": 1,
+ "rel_version": "1.9.4",
+ "rel_date": "2019-01-02",
+ "rel_state": "stable",
+ "ext_max": "",
+ "php_min": "5.3.0",
+ "php_max": ""
}
]
\ No newline at end of file
|