diff options
author | mm <mm@FreeBSD.org> | 2013-09-29 00:48:34 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2013-09-29 00:48:34 +0800 |
commit | 8f534bc601994e39ac5ed1dbc4b5ee9435014096 (patch) | |
tree | 9e383e38142fed2519da0e452fc72efe686c4e50 /www/Makefile | |
parent | c5eee851d62de1b89a084da77dc9d06aea1ae4bb (diff) | |
download | freebsd-ports-gnome-8f534bc601994e39ac5ed1dbc4b5ee9435014096.tar.gz freebsd-ports-gnome-8f534bc601994e39ac5ed1dbc4b5ee9435014096.tar.zst freebsd-ports-gnome-8f534bc601994e39ac5ed1dbc4b5ee9435014096.zip |
Add native opcache extension for php55.
Build pecl-zendopcache only for php 5.4 and older.
PR: ports/182112
Approved by: ale (private e-mail)
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 41ce8538731c..02b0afad82c9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1419,6 +1419,7 @@ SUBDIR += php52-tidy SUBDIR += php53-session SUBDIR += php53-tidy + SUBDIR += php55-opcache SUBDIR += php55-session SUBDIR += php55-tidy SUBDIR += phpbb |