Add json dep to test

This commit is contained in:
Nikita Popov 2017-02-16 12:45:15 +01:00
parent e79754dee3
commit 5432d6f982
2 changed files with 4 additions and 4 deletions

4
NEWS
View File

@ -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)

View 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