summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-01-26 16:38:37 +0100
committerRemi Collet <fedora@famillecollet.com>2017-01-26 16:38:37 +0100
commita1fc1cd0fa8517a6c892aecb96ba6eb411a8e600 (patch)
treef749d1e9b60e84587c0a1e57b8f13f393d7e8bb8 /Makefile
parent009942fce91ff913d57566ec7cef0ae3bf7b495a (diff)
php-ioncube-loader: 6.0.9
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 05bf722..febca70 100644
--- a/Makefile
+++ b/Makefile
@@ -3,4 +3,4 @@ NAME := $(shell basename $(SRCDIR))
include ../../common/Makefile
refl:
- php --re "ionCube loader" > REFLECTION
+ php -n -d zend_extension=ioncube_loader.so --re "ionCube loader" > REFLECTION