From 5a80df26f3a66f08c376bf959e608ea80071204a Mon Sep 17 00:00:00 2001 From: Rui Hirokawa Date: Sat, 23 Aug 2003 06:18:44 +0000 Subject: @mbfilter is changed to bundled version of libmbfl to prevent LGPL licence problem. mbregex is changed to oniguruma. --- ext/mbstring/mbstring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mbstring/mbstring.h') diff --git a/ext/mbstring/mbstring.h b/ext/mbstring/mbstring.h index 197e160ecc..7e726294b2 100644 --- a/ext/mbstring/mbstring.h +++ b/ext/mbstring/mbstring.h @@ -66,7 +66,7 @@ #if HAVE_MBSTRING -#include "mbfilter.h" +#include "ext/mbstring/libmbfl/mbfl/mbfilter.h" #include "SAPI.h" #define PHP_MBSTRING_API 20021024 -- cgit v1.2.1