: Bug #23897 :: during the compilation an error occurs: mbfilter.c
| Bug #23897 | during the compilation an error occurs: mbfilter.c | ||||
|---|---|---|---|---|---|
| Submitted: | 2003-05-30 06:33 UTC | Modified: | 2003-05-30 08:21 UTC | ||
| From: | aleks at m2media dot ru | Assigned: | |||
| Status: | Closed | Package: | Compile Failure | ||
| PHP Version: | 4.3.2 | OS: | Red Hat Linux 7.3 | ||
| Private report: | No | CVE-ID: | None | ||
[2003-05-30 06:33 UTC] aleks at m2media dot ru
--- /mnt/net/distrib/4programmers/ServerApps/Php/php-4.3.2/ext/mbstring/mbfilter.c Fri May 30 1 +++ mbfilter.c Fri May 30 15:19:43 2003 @@ -107,7 +107,7 @@ #if defined(HAVE_MBSTR_KR) #include "mbfilter_kr.h" #endif -#if defined(HAVE_MBSTR_KR) +#if defined(HAVE_MBSTR_RU) #include "mbfilter_ru.h" #endif
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2003-05-30 08:21 UTC] iliaa@php.net