PHP7+Zabbix3入れる

我が家はubuntu14.04です。
3 Installation from packages [Zabbix Documentation 3.0]

php7の再コンパイルが必要

>./configure --enable-sockets --enable-mbstring --enable-zip --enable-bcmath --enable-pcntl --enable-ftp --enable-exif --enable-calendar --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-wddx --with-curl --with-mcrypt --with-iconv --with-gmp --with-pspell --with-gd --with-jpeg-dir=/usr --with-png-dir=/usr --with-zlib-dir=/usr --with-xpm-dir=/usr --with-freetype-dir=/usr --enable-gd-native-ttf --enable-gd-jis-conv --with-openssl --with-pdo-mysql=/usr --with-gettext=/usr --with-zlib=/usr --with-bz2=/usr --with-recode=/usr --with-mysqli=/usr/bin/mysql_config --with-apxs2=/usr/bin/apxs2 --with-tsrm-pthreads
> make -j 4
> make install

PHP7だとオプションがなくなっているので回避する。
www.zabbix.com