From 439692065f0c8ba8d59c45b687513a47cfa775f4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 15 Jun 2022 17:10:32 +0200 Subject: Upgrade to 0.5.6 add patch allowing build with PHP 5 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 91b0fd5..47b51fb 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,7 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) include ../../common/Makefile +refl: $(NAME).spec + php -d extension=libvirt-php --re libvirt >REFLECTION + php -d extension=libvirt-php --ri libvirt >PHPINFO + -- cgit