From cc04ed64e721164789a3f7fd2a1fe325b5b1ad52 Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Thu, 16 Feb 2012 16:56:07 +0100 Subject: [PATCH] php: enabled mbstring by default as it does not require external deps. --- develop/php/php.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/develop/php/php.conf b/develop/php/php.conf index a38582417..9cd62a2d9 100644 --- a/develop/php/php.conf +++ b/develop/php/php.conf @@ -28,6 +28,10 @@ var_append confopt ' ' "--with-config-file-path=$sysconfdir" # sockets does not need any external lib. We have to enable it explicitly var_append confopt ' ' "--enable-sockets" +# mbstring is also selfcontained and nice to have around +var_append confopt ' ' "--enable-mbstring" +var_append confopt ' ' "--enable-mbregex" + for x in zlib bzip2:bz2 curl openssl libmhash:mhash gettext \ libjpeg:jpeg-dir libpng:png-dir freetype1:ttf; do if pkginstalled "${x%:*}"; then