ID:               21434
 Comment by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Bogus
 Bug Type:         Apache2 related
 Operating System: Redhat Linux 8.0
 PHP Version:      4.2.2
 New Comment:

It took a while, but I found the dup.

Bug 17868

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


Previous Comments:
------------------------------------------------------------------------

[2003-01-05 10:44:52] [EMAIL PROTECTED]

http://www.sport4ever.com/test/hello.shtml

This is an example page. This belongs to someone else, but it was the
me too I found that made me realize this error wasn't just me.

------------------------------------------------------------------------

[2003-01-05 10:44:38] [EMAIL PROTECTED]

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.

------------------------------------------------------------------------

[2003-01-05 10:43:04] [EMAIL PROTECTED]

This may be a apache2 SSI bug, I'll report something to them too.

Sample page (borrowed from a similar error I found online)
Standard SHTML.
<html><head><title>Test</title></head>
<body>
<center>
<p>Below, include #1 (hello.php) should appear:</p>
[ <!--#include="hello.php" --> ]

<p><hr></p><p>Below, include #2 (hello2.php) should appear :</p>
[ <!--#include="hello2.php" --> ]
</body></html>
 
hello.php
<?php echo "HELLO World, include #1"; ?>

hello2.php
<?php echo "HELLO World, include #2"; ?>

Only the first one runs as PHP. The second includes the source of the
page into the html document.




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=21434&edit=1

Reply via email to