Re: [PHP-DEV] Compile error on ext/date/lib/parse_date.c

2006-05-25 Thread Frank M. Kromann
Actually it's the other way arround. /Ox turns on all optimizations. Without it the file compiles fine. - Frank > > /Ox turns off optimizations. Basically _scan has overrun the optimization > buffer allocated at compile time. I'm not aware of any way to increase > it, and I don't believe tur

Re: [PHP-DEV] Compile error on ext/date/lib/parse_date.c

2006-05-25 Thread Frank M. Kromann
Hi Derick, These are the optimization options: /O1 minimize space /Op[-] improve floating-pt consistency /O2 maximize speed /Os favor code space /Oa assume no aliasing /Ot favor code speed /Ob inline expansion (default n=0)/Ow assu

Re: [PHP-DEV] Compile error on ext/date/lib/parse_date.c

2006-05-25 Thread Derick Rethans
On Wed, 24 May 2006, Frank M. Kromann wrote: > Hello All, > > My hard disk crashed over the weekend and after reinstalling everything on > a new drive I'm getting the folowing error: > > c:\php\php5_2\ext\date\lib\parse_date.re(759) : fatal error C1053: '_scan' > : function too large > NMAKE : f