From 2ca3208b75fb901fd85d0d30c707c1d37cd5ef25 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Tue, 25 Aug 2015 13:32:31 +0000 Subject: [PATCH] mailparse requires mbstring (fixes #56226) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337624 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mailparse/configure.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reference/mailparse/configure.xml b/reference/mailparse/configure.xml index e43a6a6905..312db8833d 100644 --- a/reference/mailparse/configure.xml +++ b/reference/mailparse/configure.xml @@ -17,6 +17,10 @@ of &php.ini; in order to use these functions. &pecl.windows.download; + + It is necessary that the mbstring + extension is loaded before mailparse. +