1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-26 09:37:44 +02:00
openwrt-packages/lang/php7
Michael Heimpold 8d2764f193 php7: add dependency to hash for mysqlnd
The following error shows that mysqlnd depends on functions
provided by hash:

root@OpenWrt:/etc/php7# php-cli -m
PHP Warning:  PHP Startup: Unable to load dynamic library
'mysqlnd.so' (tried: /usr/lib/php/mysqlnd.so (Error
relocating /usr/lib/php/mysqlnd.so: PHP_SHA256Final: symbol
not found), /usr/lib/php/mysqlnd.so.so (Error loading shared
library /usr/lib/php/mysqlnd.so.so: No such file or
directory)) in Unknown on line 0

So let's model this dep in package metadata.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-08-23 22:13:11 +02:00
..
files php7: restructure patches 2016-09-03 21:51:23 +02:00
patches php7: update to 7.2.5 2018-04-28 23:41:31 +02:00
Makefile php7: add dependency to hash for mysqlnd 2018-08-23 22:13:11 +02:00
pecl.mk php7-pecl-http: fix build for big endian (fixes #3691) 2016-12-23 23:08:29 +01:00