]> granicus.if.org Git - php/commitdiff
Add json dep to test
authorNikita Popov <nikita.ppv@gmail.com>
Thu, 16 Feb 2017 11:45:15 +0000 (12:45 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Thu, 16 Feb 2017 11:45:24 +0000 (12:45 +0100)
NEWS
ext/standard/tests/general_functions/is_callable_variation1.phpt

diff --git a/NEWS b/NEWS
index fb53eda66fbf41ef107c02e0dd11807d48bbb9bb..9b9b4522e911bcf35ffd22533e6c3005bca985fc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -47,10 +47,6 @@ PHP                                                                        NEWS
   . Fixed bug #74022 (PHP Fast CGI crashes when reading from a pfx file).
     (Anatol)
 
-- Reflection:
-  . Fixed bug #74035 (getNumberOfRequiredParameters wrong for
-    ReflectionClass::newInstance). (Andrew Nester)
-
 - Standard:
   . Fixed bug #74005 (mail.add_x_header causes RFC-breaking lone line feed).
     (Anatol)
index 0a4609b6d2e5404bc63754534a55c483f8c6e174..1fea87180377f894ddf79d8a4a8f945141f856b0 100644 (file)
@@ -1,5 +1,9 @@
 --TEST--
 Test is_callable() function : usage variations - undefined functions
+--SKIPIF--
+<?php
+if (!extension_loaded('json')) die("skip requires ext/json");
+?>
 --INI--
 precision=14
 error_reporting = E_ALL & ~E_NOTICE | E_STRICT