Page 1 of 3

[ PHP ] [ 7.2.18 ] PHP FPM replacement for your Qnap embedded Apache server (and more)

Posted: Sat Jul 14, 2018 6:37 pm
by QNAP_Stephane
Image
Source : http://www.php.net

Download : x64, arm-x41, arm64

https://www.qnapclub.eu/fr/qpkg/610

Notes :

Web Management for :

php.ini
php-fpm.cong
http://www.conf

auto replace the actuale php-fpm nativ from qnap (on qpkg stop the old one come back to life)
can be used with Nginx, Caddy as well...

dozen PECL extension and Libraries embedded including :

Code: Select all

amqp
apcu
bcmath
bz2
calendar
ctype
curl
date
dba
dom
eio
enchant
ev
exif
fileinfo
filter
ftp
gd
gettext
gmp
hash
hprose
hrtime
http
iconv
imagick
imap
intl
json
krb5
ldap
libxml
mailparse
mbstring
memcached
mongodb
mysqli
mysqlnd
OAuth
odbc
openssl
pcntl
pcre
PDO 
pdo_dblib
pdo_mysql
PDO_ODBC
pdo_pgsql
pdo_sqlite
pgsql
Phar
propro
pspell
raphf
readline
redis
Reflection
scrypt
session
shmop
SimpleXML
snmp
soap
sockets
sodium
SPL
sqlite3
swoole
tidy
timezonedb
tokenizer
wddx
xattr
xdebug
xml
xmlreader
xmlrpc
xmlwriter
xsl
xxtea
yaml
zip
zlib

Thanks for your support and make lives the QnapClub Repo 8-)

Re: [ PHP ] [ 7.2.8 ] PHP FPM replacement for your Qnap embedded Apache server (and more)

Posted: Fri Jul 20, 2018 6:46 pm
by QNAP_Stephane
php core updated to 7.2.8 ;)

Re: [ PHP ] [ 7.2.9 ] PHP FPM replacement for your Qnap embedded Apache server (and more)

Posted: Mon Aug 20, 2018 5:43 pm
by QNAP_Stephane
updated to openssl 1.02p + php core 7.2.9

Re: [ PHP ] [ 7.2.10 ] PHP FPM replacement for your Qnap embedded Apache server (and more)

Posted: Wed Sep 12, 2018 9:42 pm
by QNAP_Stephane
updated

Re: [ PHP ] [ 7.2.10 ] PHP FPM replacement for your Qnap embedded Apache server (and more)

Posted: Thu Sep 27, 2018 2:27 am
by QNAP_Stephane
arm-x41 version added

Re: [ PHP ] [ 7.2.10 ] PHP FPM replacement for your Qnap embedded Apache server (and more)

Posted: Sat Sep 29, 2018 4:20 pm
by QNAP_Stephane
arm64 released

Re: [ PHP ] [ 7.2.12 ] PHP FPM replacement for your Qnap embedded Apache server (and more)

Posted: Thu Nov 15, 2018 11:59 pm
by QNAP_Stephane
updated

Re: [ PHP ] [ 7.2.12 ] PHP FPM replacement for your Qnap embedded Apache server (and more)

Posted: Wed Nov 28, 2018 9:16 pm
by Hundsbuah
I installed Nextcloud with the built in Webserver and your PHP7 https://www.qnapclub.eu/fr/qpkg/610 qpkg.
Thank you so much!

I have only 1 problem: Nextcloud always sais: opcache module is not loaded.
But i have enabled it in php.ini (see screenshot). I have already restartet the NAS, no change.

Am i missing something?

Re: [ PHP ] [ 7.2.12 ] PHP FPM replacement for your Qnap embedded Apache server (and more)

Posted: Wed Nov 28, 2018 9:48 pm
by QNAP_Stephane
mmm not sure why you have this problem

what is NAS and Firmware ?

Re: [ PHP ] [ 7.2.12 ] PHP FPM replacement for your Qnap embedded Apache server (and more)

Posted: Wed Nov 28, 2018 10:10 pm
by Hundsbuah
Thank you for your quick reply. See attached screenshot.
Also attached the output of: test.php

Re: [ PHP ] [ 7.2.12 ] PHP FPM replacement for your Qnap embedded Apache server (and more)

Posted: Wed Nov 28, 2018 10:14 pm
by QNAP_Stephane
i need to double check.. it may takes time

php is a complicated qpkg have a lot of dependencies

Re: [ PHP ] [ 7.2.12 ] PHP FPM replacement for your Qnap embedded Apache server (and more)

Posted: Fri Dec 07, 2018 9:07 pm
by QNAP_Stephane
Hundsbuah wrote: Wed Nov 28, 2018 10:10 pm Thank you for your quick reply. See attached screenshot.
Also attached the output of: test.php
I can finally found the opcache issue

you need to add in php.ini

Code: Select all

zend_extension=opcache.so
before

Code: Select all

zend_extension=xdebug.so
tested on php 7.2.13

Re: [ PHP ] [ 7.2.13 ] PHP FPM replacement for your Qnap embedded Apache server (and more)

Posted: Sat Dec 08, 2018 2:20 am
by QNAP_Stephane
arm64 version added

Re: [ PHP ] [ 7.2.12 ] PHP FPM replacement for your Qnap embedded Apache server (and more)

Posted: Mon Dec 10, 2018 7:49 pm
by Hundsbuah
QNAP_Stephane wrote: Fri Dec 07, 2018 9:07 pm
Hundsbuah wrote: Wed Nov 28, 2018 10:10 pm Thank you for your quick reply. See attached screenshot.
Also attached the output of: test.php
I can finally found the opcache issue

you need to add in php.ini

Code: Select all

zend_extension=opcache.so
before

Code: Select all

zend_extension=xdebug.so
tested on php 7.2.13
wow great works fine, Thank you!

Re: [ PHP ] [ 7.2.14 ] PHP FPM replacement for your Qnap embedded Apache server (and more)

Posted: Wed Jan 09, 2019 9:22 pm
by QNAP_Stephane
updated to php 7.2.14 and openssl 1.0.2q