Hi,
I'm running Apache 1.3.14 (Unix) with SSI and PHP 4. Playing
around with both, SSI and PHP, I encountered the following
problem.
I'm using PHP, do decide whether a user has logged in, and
depending on that, I'm calling an SHTML to actually display
the page.
Within that SHTML, I'm calling a news-grabber, written in PHP - or at least, I want to - all I get is a white page.
Apparently, Apache bails out with a Segfault - although
calling the SHTML directly, I get the news as expected.
If I remove the call to that new-grabber, everything works
fine.
Those two PHPs are independant, not calling each or
other (identical) PHPs. Just to be on a safe side, I changed
all required() to required_once() - same outcome.
Using the browser for looking at the source, it's cut right
where I call the PHP-news-grabber ...
Any suggestions ?