Explorar o código

Ensure that json extension is enabled when running tests.

The `commonjs_modules.phpt` test requires `json_encode` in order to
complete successfully.
C. Scott Ananian %!s(int64=11) %!d(string=hai) anos
pai
achega
20d038fae5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Makefile.frag

+ 1 - 0
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