: 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 commitsRelated reports

 [2003-05-30 08:21 UTC] iliaa@php.net

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.

Thanks for the patch :)