ID:               39797
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jiri dot reischig at ecn dot cz
-Status:           Open
+Status:           Closed
 Bug Type:         Apache2 related
 Operating System: Linux
 PHP Version:      5.2.0
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------

[2006-12-12 08:45:16] jiri dot reischig at ecn dot cz

I'm sorry, but it's look like PHP bug.
I just upgrade from 5.1.6 to 5.2.0.
On old PHP version it's working OK and on new version it's not
working.
PHP is used as mod_php on apache 2.2.3. Apache is not changed between
PHP upgrade.

I test it on two different servers with apache 2.2.3 and 2.0.59.
So it's look like that there is some bad changes on new PHP 5.2.0.

------------------------------------------------------------------------

[2006-12-11 10:40:48] [EMAIL PROTECTED]

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.



------------------------------------------------------------------------

[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

Reply via email to