mirror of
https://github.com/phpv8/v8js.git
synced 2024-11-08 13:48:40 +00:00
The json extension is not needed for PHP 5.4.
This commit is contained in:
parent
c4d155351d
commit
8e0e573d3f
@ -1,4 +1,7 @@
|
||||
# add json extension, if needed (ie, for PHP >= 5.5)
|
||||
ifneq (,$(realpath $(EXTENSION_DIR)/json.so))
|
||||
PHP_TEST_SHARED_EXTENSIONS+=-d extension=$(EXTENSION_DIR)/json.so
|
||||
endif
|
||||
|
||||
testv8: all
|
||||
$(PHP_EXECUTABLE) -n -d extension_dir=./modules -d extension=v8js.so test.php
|
||||
|
Loading…
Reference in New Issue
Block a user