SRCDIR := $(shell pwd)
NAME := $(shell basename $(SRCDIR))
include ../../common/Makefile

refl:
	php -n -d zend_extension=ioncube_loader.so --re "ionCube loader"  > REFLECTION
	php -n -d zend_extension=ioncube_loader.so --ri "ionCube loader"  > PHPINFO