|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-02-12 10:21 UTC] sniper@php.net
[2004-10-27 20:08 UTC] arthur at levelogic dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 13:00:01 2025 UTC |
Description: ------------ Setting up Apache 2.0 to FILTER php files and SSI parse them. When trying to include a php file from within another php file, I get a seg fault. Apache setup as: <Files *.php> SetOutputFilter PHP;INCLUDES SetInputFilter PHP LimitRequestBody 524288 </Files> Reproduce code: --------------- /test1.php <!--#include virtual="/test2.php" --> /test2.php Testing 1 2 3 Expected result: ---------------- Testing 1 2 3 Actual result: -------------- Seg fault on server and hanging to eventually timeout on client.