On Thu, May 09, 2002 at 06:53:39PM -0700, Aaron Bannert wrote: > On Fri, May 10, 2002 at 10:11:14AM +0900, Masaki Fujimoto wrote: > > This should be because of my patch, which committed by Rui 2 days ago. > > Sorry for sparing your time... > > > > Anyway, attached patch will fix this problem. this patch simply removes > > '#include "zend_istdiostream.h"' in zend_multibyte.c. If this patch > > works, would someone commit this to HEAD please ? And if not, would you > > please show me your configure line ? > > Cliff pointed out this fix to me, I tested and committed it.
I take it back, I don't have Zend karma. :) -aaron Index: Zend/zend_multibyte.c =================================================================== RCS file: /repository/Zend/zend_multibyte.c,v retrieving revision 1.1 diff -u -u -r1.1 zend_multibyte.c --- Zend/zend_multibyte.c 8 May 2002 12:29:51 -0000 1.1 +++ Zend/zend_multibyte.c 10 May 2002 01:54:25 -0000 @@ -21,7 +21,6 @@ #include "zend.h" #include "zend_compile.h" -#include "zend_istdiostream.h" #include "zend_operators.h" #include "zend_multibyte.h" -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php