|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-12-11 10:40 UTC] [email protected]
[2006-12-12 08:45 UTC] jiri dot reischig at ecn dot cz
[2006-12-12 18:05 UTC] [email protected]
[2006-12-13 13:43 UTC] jiri dot reischig at ecn dot cz
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 31 03:00:01 2025 UTC |
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>