php7: add new package
authorMichael Heimpold <redacted>
Mon, 18 Jul 2016 21:30:38 +0000 (23:30 +0200)
committerMichael Heimpold <redacted>
Sat, 3 Sep 2016 19:51:23 +0000 (21:51 +0200)
commit292c2ffc18bba09bc443cb75032a2daca6a30254
treede3300d3b57fa408c830c8c9622e239f7ed34cc5
parent1034356e9ec5d7e732d005c8ac6ba7c731bc31a8
php7: add new package

This is a copy of the existing php5 stuff, adopted for PHP7.

Please not, that its not supported to install both php5
and php7 in parallel on the target.

Signed-off-by: Michael Heimpold <redacted>
13 files changed:
lang/php7/Makefile [new file with mode: 0644]
lang/php7/files/php.ini [new file with mode: 0644]
lang/php7/files/php7-fastcgi.config [new file with mode: 0644]
lang/php7/files/php7-fastcgi.init [new file with mode: 0644]
lang/php7/files/php7-fpm-www.conf [new file with mode: 0644]
lang/php7/files/php7-fpm.conf [new file with mode: 0644]
lang/php7/files/php7-fpm.config [new file with mode: 0644]
lang/php7/files/php7-fpm.init [new file with mode: 0644]
lang/php7/patches/101-fix_membar_producer_link_error_gcc3x.patch [new file with mode: 0644]
lang/php7/patches/200-ext-opcache-fix-detection-of-shm-mmap.patch [new file with mode: 0644]
lang/php7/patches/800-gd-iconv.patch [new file with mode: 0644]
lang/php7/patches/950-Fix-dl-cross-compiling-issue.patch [new file with mode: 0644]
lang/php7/pecl.mk [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT