This is a discussion on virtual() within the PHP Language forums, part of the PHP Programming Forums category; I understand I was using virtual() for the wrong reason and from now on I'll use include() or require(). ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I understand I was using virtual() for the wrong reason and from now on
I'll use include() or require(). However, I'm curious about a problem I found. I have a test server (Red Hat 7.3, Apache 1.3.23, PHP 4.1.2, Server API Apache) where virtual() calls work in all cases. However, in the production server (Red Hat 9, Apache 2.0.40, PHP 4.2.2, Server API Apache 2.0 Filter) they work for all files except *.php ones. Whenever I use virtual() to include a PHP file all output is lost and browser gets an empty page. I just wonder why :-? -- -- Álvaro G. Vicario - Burgos, Spain -- |
|
|||
|
*** Alvaro G Vicario wrote/escribió (Wed, 11 Aug 2004 08:32:47 +0200):
> Whenever I use virtual() to include a PHP file all output is lost and > browser gets an empty page. I just wonder why :-? I've found some more clues. This is what /var/log/httpd/error_log shows after the request: [Wed Aug 11 09:08:22 2004] [notice] child pid 27845 exit signal Segmentation fault (11) -- -- -- Álvaro G. Vicario - Burgos, Spain -- |