Description of problem: php cause a segmentation fault when I try to include some PHP script with more than one Apache's "include virtual". Version-Release number of selected component (if applicable): mod_php php-4.3.11-2.8 httpd-2.0.53-3.4.legacy How reproducible: Always Steps to Reproduce: 1. - test.html <html> <body> <!--#include virtual="test.php" --> <!--#include virtual="test.php" --> </body> </html> - test.php <? echo 'TEST'; ?> 2. 3. Actual results: With only one "include virtual" all works fine. With the two include virtual the Apache child process exits with segmentation fault after the output of the first include. Expected results: Additional info: After downgrade to httpd-2.0.52-3 everything works fine.
*** This bug has been marked as a duplicate of 187253 ***