openwrt-packages/lang/php7
Michael Heimpold e51a049301 php7: fix config file upgrade issue (fixes #14623)
The addressed issue is related to #6893 as its resolution
is actually causing the problem.

When changing the priority of the config file it happens
that after a sysupgrade the previous file is restored
and the new file is added, ending up in a situation
like this:

/etc/php7/15_openssl.ini
/etc/php7/20_openssl.ini

Causing a double extension=openssl.so to be parsed,
which is not appropriate and leads to error message.

The same problem might also occur for mysqli since there
was also a priority change - let's take care about this
at the same time.

The solution is to remove one of the files. Since it is
a configuration file, the user might have adjusted it, so
lets just use the previous version to replace the new
installed version.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-09-09 08:36:49 +02:00
..
files php7: facilitate running php7-fastcgi without listening on TCP socket 2019-04-13 08:25:34 -04:00
patches php7: update to 7.4.23 2021-08-31 20:31:49 +02:00
Makefile php7: fix config file upgrade issue (fixes #14623) 2021-09-09 08:36:49 +02:00
pecl.mk php7: fix pecl build with QUILT 2021-02-26 11:23:07 -03:00
test.sh php7: add CI test script 2020-12-02 20:40:05 +01:00