diff options
author | Rui Hirokawa <hirokawa@php.net> | 2003-08-23 06:18:44 +0000 |
---|---|---|
committer | Rui Hirokawa <hirokawa@php.net> | 2003-08-23 06:18:44 +0000 |
commit | 5a80df26f3a66f08c376bf959e608ea80071204a (patch) | |
tree | bad99c2afb794cc1795c4be0701d1883b19ff85e /ext/mbstring/mbstring.h | |
parent | d696f1267af69779aa361159de563d1886989a1a (diff) | |
download | php-git-5a80df26f3a66f08c376bf959e608ea80071204a.tar.gz |
@mbfilter is changed to bundled version of libmbfl to prevent LGPL licence problem. mbregex is changed to oniguruma.
Diffstat (limited to 'ext/mbstring/mbstring.h')
-rw-r--r-- | ext/mbstring/mbstring.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |