summaryrefslogtreecommitdiff
path: root/Source/Makefile.am
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2016-11-30 13:05:59 +1300
committerOlly Betts <olly@survex.com>2016-11-30 13:05:59 +1300
commit1169874f598d3b4078ec34a8001330838f83c7f7 (patch)
treebea5491420cfe54b5b279d40599861d5d1588ee9 /Source/Makefile.am
parentbb98147965083798815ab938ec369c6a17abd9fc (diff)
downloadswig-1169874f598d3b4078ec34a8001330838f83c7f7.tar.gz
[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
Diffstat (limited to 'Source/Makefile.am')
-rw-r--r--Source/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 \