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-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

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;F0OF5N9%]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`OF5P;W-I=]R2]:96YD+WIE;F1?;75L=EB

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_multibyte.c.

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. this patch