Commit 3da643e0 authored by Franco Fichtner's avatar Franco Fichtner

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.
parent e821b018
......@@ -85,7 +85,6 @@ CORE_DEPENDS?= apinger \
php56-hash \
php56-json \
php56-ldap \
php56-mbstring \
php56-mcrypt \
php56-mysql \
php56-openssl \
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment