php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21022 can't include more than SSI include for php files
Submitted: 2002-12-14 20:22 UTC Modified: 2003-01-05 23:35 UTC
From: admin at sport4ever dot net Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.2.1 OS: RedHat Linux 8.0
Private report: No CVE-ID: None
 [2002-12-14 20:22 UTC] admin at sport4ever dot net
PHP version: 4.2.1
OS: RedHat Linux 8
Apache version: 2.0

My problem is that I can't execute more than one (SSI include) on my website JUST for PHP file.. so there is NO problems at all if I include HTML or SHTML files.

Anyway, if I include 2 PHP files into any page, the first INCLUDE statement would execute correctly and print out the file output, but the second INCLUDE statement would NOT execute, and instead, the statement printed in the page source as it is:

<!--#include virtual="sympoll/poll.php?id=2" -->

notice that this problem was not exist in my server before I upgrade PHP from 4.1.2 to 4.2.1 and Apache from 1.3 to 2.0 and Linux from 7.3 to 8.0 !!

any idea?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-14 23:33 UTC] iliaa@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments
to the existing bug instead.

Thank you for your interest in PHP.


 [2002-12-15 00:25 UTC] admin at sport4ever dot net
I searched alot for a bug looks like this in bugs database but I didn't find any one!

please drop me a link for the bug you said it describes my problem
 [2003-01-05 11:24 UTC] jmanning at alisa-jon dot net
It took a while, but I found the dup. I reported the same problem, and got the same unhelpful message.

Bug 17868

http://bugs.php.net/bug.php?id=17868

Put your me too comments there if necessary.
 [2003-01-05 12:55 UTC] philip@php.net
Use Apache1 not Apache2.
 [2003-01-05 23:36 UTC] admin at sport4ever dot net
Thanx jmanning,
I will post my reply in bug 17868

c u there!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Jul 01 19:01:30 2024 UTC