From 13fc23fe73938c48c29f8b747817e2ad04f843cc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 Feb 2021 08:19:12 +0100 Subject: update to 0.4.0 add patch for PHP 8 from https://github.com/pcsc-for-php/pcsc/pull/1 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 13af741..877f3f3 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,6 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) include ../../../common/Makefile +refl: + php -d extension=pcsc --re PC/SC >REFLECTION + php -d extension=pcsc --ri PC/SC >PHPINFO -- cgit