Re: Stack Underflow workaround

2000-11-14 Thread Gerald Richter
- - Original Message - From: "David Boone" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 14, 2000 11:18 PM Subject: Stack Underflow workaround > Hi. Last night I spent several hours fighting with the situation where you > incl

Re: Stack Underflow workaround

2000-11-14 Thread Wim Kerkhoff
Hi David, I've fought with that issue as well. On one of our servers, some pages (*.shtml) include the headers and footers with typical SSI's, . I stuck the following line at the top of the header and footer includes so that *.epl pages would be happy: Either way... with my way, no TableScan

Stack Underflow workaround

2000-11-14 Thread David Boone
Hi. Last night I spent several hours fighting with the situation where you include a header and footer in a embperl file, but get a stack underflow because of closing tags in the footer. I set EMBPERL_OPTIONS to 2048 to fix this, and this worked fine. I then spent a few hours trying to fig