|
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] tony2001@php.net
[2006-12-12 08:45 UTC] jiri dot reischig at ecn dot cz
[2006-12-12 18:05 UTC] iliaa@php.net
[2006-12-13 13:43 UTC] jiri dot reischig at ecn dot cz
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Fri Jan 02 20:00:01 2026 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>