diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-09-23 16:35:22 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-09-23 16:35:22 +0200 |
commit | 783f3fcfd09afbc8f80d63e523e4a0341f0bd44b (patch) | |
tree | 08d57edce87a9faaee360e46a9100f9bff28ee37 /PHP_CompatInfo-jsonc.patch | |
parent | 2a51823c034f9bc176c46cdc598b5c0b15a9e1c4 (diff) |
php-bartlett-PHP-CompatInfo: 2.23.1
Diffstat (limited to 'PHP_CompatInfo-jsonc.patch')
-rw-r--r-- | PHP_CompatInfo-jsonc.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/PHP_CompatInfo-jsonc.patch b/PHP_CompatInfo-jsonc.patch deleted file mode 100644 index 9264342..0000000 --- a/PHP_CompatInfo-jsonc.patch +++ /dev/null @@ -1,25 +0,0 @@ -From b504dcdd1a4d1b976a9a63631237685ee886907a Mon Sep 17 00:00:00 2001 -From: Remi Collet <fedora@famillecollet.com> -Date: Fri, 20 Sep 2013 10:59:22 +0200 -Subject: [PATCH] new constant in Jsonc extension - ---- - tests/Reference/JsonTest.php | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/tests/Reference/JsonTest.php b/tests/Reference/JsonTest.php -index ab6aeca..d6976b2 100644 ---- a/tests/Reference/JsonTest.php -+++ b/tests/Reference/JsonTest.php -@@ -43,6 +43,8 @@ protected function setUp() - { - // New features of JSONC alternative extension - $this->ignoredconstants = array( -+ 'JSON_C_BUNDLED', -+ 'JSON_C_VERSION', - 'JSON_PARSER_NOTSTRICT', - ); - $this->ignoredclasses = array( --- -1.8.4 - |