From 1169874f598d3b4078ec34a8001330838f83c7f7 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Wed, 30 Nov 2016 13:05:59 +1300 Subject: [PHP] Add support for PHP7. PHP5's C extension API has changed substantially so you need to use -php7 to specify you want PHP7 compatible wrappers. Fixes https://github.com/swig/swig/issues/571 --- Source/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Makefile.am') diff --git a/Source/Makefile.am b/Source/Makefile.am index b04e3542f..efa3ac1e4 100644 --- a/Source/Makefile.am +++ b/Source/Makefile.am @@ -62,6 +62,7 @@ eswig_SOURCES = CParse/cscanner.c \ Modules/overload.cxx \ Modules/perl5.cxx \ Modules/php.cxx \ + Modules/php5.cxx \ Modules/pike.cxx \ Modules/python.cxx \ Modules/r.cxx \ -- cgit v1.2.1