ID: 39797 Updated by: [EMAIL PROTECTED] Reported By: jiri dot reischig at ecn dot cz -Status: Open +Status: Bogus Bug Type: Apache2 related Operating System: Linux PHP Version: 5.2.0 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2006-12-11 10:39:33] jiri dot reischig at ecn dot cz Description: ------------ PHP code is not interpreted when it's included by SSI "include virtual" after another SSI "include virtual" some no php file from directory which has set php engine off. On php 5.1.6 it's working OK. If I try "include virtual" first php file and after htm file from directory with disabled php it's look like OK. Reproduce code: --------------- bad SSI file: blb2.shtml: <!--#include virtual="temp/blb.htm"--> <!--#include virtual="blb.php"--> httpd.conf: <Directory /www/temp> php_admin_flag engine Off </Directory> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39797&edit=1