#21434 [NEW]: Can't SSI include more than one PHP page

2003-01-05 Thread jmanning
From: [EMAIL PROTECTED]
Operating system: Redhat Linux 8.0
PHP version:  4.2.2
PHP Bug Type: Apache2 related
Bug description:  Can't SSI include more than one PHP page

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.
Test


Below, include #1 (hello.php) should appear:
[  ]

Below, include #2 (hello2.php) should appear :
[  ]

 
hello.php


hello2.php


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



-- 
Edit bug report at http://bugs.php.net/?id=21434&edit=1
-- 
Try a CVS snapshot: http://bugs.php.net/fix.php?id=21434&r=trysnapshot
Fixed in CVS:   http://bugs.php.net/fix.php?id=21434&r=fixedcvs
Fixed in release:   http://bugs.php.net/fix.php?id=21434&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=21434&r=needtrace
Try newer version:  http://bugs.php.net/fix.php?id=21434&r=oldversion
Not developer issue:http://bugs.php.net/fix.php?id=21434&r=support
Expected behavior:  http://bugs.php.net/fix.php?id=21434&r=notwrong
Not enough info:http://bugs.php.net/fix.php?id=21434&r=notenoughinfo
Submitted twice:http://bugs.php.net/fix.php?id=21434&r=submittedtwice
register_globals:   http://bugs.php.net/fix.php?id=21434&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21434&r=php3
Daylight Savings:   http://bugs.php.net/fix.php?id=21434&r=dst
IIS Stability:  http://bugs.php.net/fix.php?id=21434&r=isapi
Install GNU Sed:http://bugs.php.net/fix.php?id=21434&r=gnused




#21434 [Com]: Can't SSI include more than one PHP page

2003-01-05 Thread jmanning
 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:

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.


Previous Comments:


[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.
Test


Below, include #1 (hello.php) should appear:
[  ]

Below, include #2 (hello2.php) should appear :
[  ]

 
hello.php


hello2.php


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




#21434 [Com]: Can't SSI include more than one PHP page

2003-01-05 Thread jmanning
 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.
Test


Below, include #1 (hello.php) should appear:
[  ]

Below, include #2 (hello2.php) should appear :
[  ]

 
hello.php


hello2.php


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




#21022 [Com]: can't include more than SSI include for php files

2003-01-05 Thread jmanning
 ID:   21022
 Comment by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Bogus
 Bug Type: Unknown/Other Function
 Operating System: RedHat Linux 8.0
 PHP Version:  4.2.1
 New Comment:

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.


Previous Comments:


[2002-12-15 00:25:01] [EMAIL PROTECTED]

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



[2002-12-14 23:33:03] [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.





[2002-12-14 20:22:40] [EMAIL PROTECTED]

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:



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?




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