48 lines
1.4 KiB
Diff
48 lines
1.4 KiB
Diff
From 392b4889f236326115516c680415cef5c02a5c23 Mon Sep 17 00:00:00 2001
|
|
From: Laurent Laville <laurent.laville@gmail.com>
|
|
Date: Tue, 14 Jul 2015 21:00:38 +0200
|
|
Subject: [PATCH] fixed issue GH-206
|
|
|
|
---
|
|
data/references/Intl1.classes.json | 8 --------
|
|
data/references/Intl5.classes.json | 8 ++++++++
|
|
2 files changed, 8 insertions(+), 8 deletions(-)
|
|
|
|
diff --git a/data/references/Intl1.classes.json b/data/references/Intl1.classes.json
|
|
index 568bf5d..d9abb1c 100644
|
|
--- a/data/references/Intl1.classes.json
|
|
+++ b/data/references/Intl1.classes.json
|
|
@@ -17,14 +17,6 @@
|
|
},
|
|
{
|
|
"ext_name_fk": 32,
|
|
- "name": "IntlException",
|
|
- "ext_min": "1.0.0beta",
|
|
- "ext_max": "",
|
|
- "php_min": "5.2.0",
|
|
- "php_max": ""
|
|
- },
|
|
- {
|
|
- "ext_name_fk": 32,
|
|
"name": "Locale",
|
|
"ext_min": "1.0.0beta",
|
|
"ext_max": "",
|
|
diff --git a/data/references/Intl5.classes.json b/data/references/Intl5.classes.json
|
|
index 8ad32c5..b5fdfb5 100644
|
|
--- a/data/references/Intl5.classes.json
|
|
+++ b/data/references/Intl5.classes.json
|
|
@@ -70,5 +70,13 @@
|
|
"ext_max": "",
|
|
"php_min": "5.5.0",
|
|
"php_max": ""
|
|
+ },
|
|
+ {
|
|
+ "ext_name_fk": 32,
|
|
+ "name": "IntlException",
|
|
+ "ext_min": "5.5.0",
|
|
+ "ext_max": "",
|
|
+ "php_min": "5.5.0",
|
|
+ "php_max": ""
|
|
}
|
|
]
|
|
\ No newline at end of file
|