php: remove obsolete mbstring module

This module was used in the old XMLRPC client code, but is no longer
needed.  Removal was escalated by FreeBSD when the oniguruma4 dependency
of the php56-mbstring module was marked BROKEN.
This commit is contained in:
Franco Fichtner 2015-12-13 11:33:06 +01:00
parent e821b018ad
commit 3da643e044
2 changed files with 0 additions and 3 deletions

View File

@ -85,7 +85,6 @@ CORE_DEPENDS?= apinger \
php56-hash \
php56-json \
php56-ldap \
php56-mbstring \
php56-mcrypt \
php56-mysql \
php56-openssl \

View File

@ -50,8 +50,6 @@ PHPMODULES="$PHPMODULES session"
PHPMODULES="$PHPMODULES suhosin"
# Firewall rules edit
PHPMODULES="$PHPMODULES ctype"
# firewall_rules_edit.php
PHPMODULES="$PHPMODULES mbstring"
# Page compression
PHPMODULES="$PHPMODULES zlib"
# SQLlite & Database