summaryrefslogtreecommitdiffstats
path: root/0019-new-filter-changes-in-php-5.5.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-03-18 13:19:21 +0100
committerRemi Collet <fedora@famillecollet.com>2013-03-18 13:19:21 +0100
commitf2c0453470b2eebe38a0691d2b0c176e5aa51339 (patch)
tree14deaf89dc09a0cc76ccfe45e102982021bd5a43 /0019-new-filter-changes-in-php-5.5.patch
parent34ab9f3525c3fda2533714563df2d6a4988946bd (diff)
php-bartlett-PHP-CompatInfo: rebuild for clean-ups
Diffstat (limited to '0019-new-filter-changes-in-php-5.5.patch')
-rw-r--r--0019-new-filter-changes-in-php-5.5.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0019-new-filter-changes-in-php-5.5.patch b/0019-new-filter-changes-in-php-5.5.patch
new file mode 100644
index 0000000..679daf0
--- /dev/null
+++ b/0019-new-filter-changes-in-php-5.5.patch
@@ -0,0 +1,25 @@
+From abea4d2fab3d8a605226775b17d9aa679266d627 Mon Sep 17 00:00:00 2001
+From: Remi Collet <fedora@famillecollet.com>
+Date: Mon, 4 Feb 2013 09:50:23 +0100
+Subject: [PATCH 2/6] new filter changes in php 5.5
+
+---
+ PHP/CompatInfo/Reference/filter.php | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/PHP/CompatInfo/Reference/filter.php b/PHP/CompatInfo/Reference/filter.php
+index ba66a48..0f4c713 100644
+--- a/PHP/CompatInfo/Reference/filter.php
++++ b/PHP/CompatInfo/Reference/filter.php
+@@ -249,6 +249,8 @@ class PHP_CompatInfo_Reference_Filter
+ 'FILTER_FLAG_STRIP_BACKTICK' => array('5.3.2', ''),
+ // 2010-03-31
+ 'FILTER_SANITIZE_FULL_SPECIAL_CHARS' => array('5.3.3', ''),
++ // Soon
++ 'FILTER_VALIDATE_MAC' => array('5.5.0-dev', ''),
+ );
+ $this->applyFilter($release, $items, $constants);
+
+--
+1.7.11.7
+