From 20d038fae53c9baae37e954bb786325b045a4c5f Mon Sep 17 00:00:00 2001 From: "C. Scott Ananian" Date: Tue, 1 Oct 2013 17:58:24 -0400 Subject: [PATCH] Ensure that json extension is enabled when running tests. The `commonjs_modules.phpt` test requires `json_encode` in order to complete successfully. --- Makefile.frag | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.frag b/Makefile.frag index 6755000..0a4d98d 100644 --- a/Makefile.frag +++ b/Makefile.frag @@ -1,3 +1,4 @@ +PHP_TEST_SHARED_EXTENSIONS+=-d extension=$(EXTENSION_DIR)/json.so testv8: all $(PHP_EXECUTABLE) -n -d extension_dir=./modules -d extension=v8js.so test.php