DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13432>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13432

Only one .php include per file???

           Summary: Only one .php include per file???
           Product: Apache httpd-2.0
           Version: 2.0.42
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_include
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: [EMAIL PROTECTED]


BTW, I'm using Apache 2.0.43, but it wasn't on the list...

It seems that you can only include one .php (this is the only file format that
I've tried that this seems to not work with) file per SSI file.  For instance,
the following file

<!--#include file="php1.php"-->
<!--#include file="php2.php"-->

Only php1.php would be included. php2.php just wouldn't include..no errors or
anything... You can include two or more .shtml files (or plain .html files) and
it will work just fine, but I can't include more than one PHP scripts in a
.shtml file.

This happens even if both files are valid (and would work just fine
non-included) and produce output...

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to