From 3da643e04475767944bd5fbcbf2a1e27d677c709 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sun, 13 Dec 2015 11:33:06 +0100 Subject: [PATCH] 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. --- Makefile | 1 - src/etc/rc.php_ini_setup | 2 -- 2 files changed, 3 deletions(-) diff --git a/Makefile b/Makefile index ebd483f2e..3b7067de0 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,6 @@ CORE_DEPENDS?= apinger \ php56-hash \ php56-json \ php56-ldap \ - php56-mbstring \ php56-mcrypt \ php56-mysql \ php56-openssl \ diff --git a/src/etc/rc.php_ini_setup b/src/etc/rc.php_ini_setup index 3f4dfd6f0..759114845 100755 --- a/src/etc/rc.php_ini_setup +++ b/src/etc/rc.php_ini_setup @@ -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