[PHP] Re: Stack Overflow with: zend optimizer

2002-07-08 Thread colin mcdonald
Oh yeah, this is what I did to stabilize the server: -take out zend_optimizer from php.ini -put process isolation level to "HIGH" (as Michael suggested) -put IIS in the ISAPI filter list -disable chaching of isapi applications colin Colin McDonald wrote: > Richard Lynch wrote: > >> >> You *MIG

[PHP] Re: Stack Overflow with: zend optimizer

2002-07-08 Thread colin mcdonald
Richard Lynch wrote: > > You *MIGHT* try installing the Optimizer on a Dev box and turning on *ONE* > opitmization group/feature at a time and then pounding on that Dev server > with 'ab' until you narrow down which optimizations are the trouble-makers. Tried that. Each optimization value/setti

[PHP] Re: Stack Overflow with: zend optimizer

2002-07-05 Thread Richard Lynch
>Hi there, > >zend optimizer 1.3.1 / IIS 5 / PHP 4.2.1 / Windows 2000 > >I've been getting "Stack Overflow" errors frequently. Our software has >hundreds of db queries and hundreds of includes per page execution. Just to >give you some context, so I can't tell you exactly what I'm doing that's >