Re: [PHP-DEV] Parse error in Zend

2002-05-13 Thread Cliff Woolley
On Mon, 13 May 2002, Cliff Woolley wrote: > Yes, this works. Someone with Zend karma please commit it. Uhh, oops, it was already committed I guess. Hmph, wonder why cvs up didn't give me the message I expected. Oh well, never mind. ;) Thanks, --Cliff ---

Re: [PHP-DEV] Parse error in Zend

2002-05-13 Thread Cliff Woolley
On Thu, 9 May 2002, Aaron Bannert wrote: > > > 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

Re: [PHP-DEV] Parse error in Zend

2002-05-09 Thread Aaron Bannert
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. thi

Re: [PHP-DEV] Parse error in Zend

2002-05-09 Thread Aaron Bannert
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_multiby

Re: [PHP-DEV] Parse error in Zend

2002-05-09 Thread Masaki Fujimoto
oops, my attached file is stripped off... this will do ? begin 666 multibyte.patch M26YD97@Z(%IE;F0O>F5N9%]M=6QT:6)Y=&4N8PH]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]"E)#4R!F:6QE.B`O2]:96YD+WIE;F1?;75L=&EB M>71E+F,L=@IR971R:65V:6YG(')E=FES:6]N(#$

Re: [PHP-DEV] Parse error in Zend

2002-05-09 Thread Masaki Fujimoto
Hello, 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