From c14df83ae44431cf6a0119b616b714f1e241c0c5 Mon Sep 17 00:00:00 2001 From: kmorimatsu Date: Tue, 17 Mar 2009 19:44:24 +0000 Subject: [PATCH] Support using mb-emulator when installing Nucleus. git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk/utf8@985 1ca29b6e-896d-4ea0-84a5-967f57386b96 --- install.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.php b/install.php index 8aab671..fe6ea8b 100755 --- a/install.php +++ b/install.php @@ -480,6 +480,9 @@ function doInstall() { $weblog_ping = postVar('Weblog_ping'); $_POST = array(); + if (!extension_loaded('mbstring')) { + include('nucleus/libs/mb_emulator/mb-emulator.php'); + } if ($charset == 'ujis') { define('_CHARSET', 'EUC-JP'); $config_sitename = mb_convert_encoding($config_sitename, _CHARSET, 'UTF-8'); -- 2.11.0