ID:               35484
 Updated by:       [EMAIL PROTECTED]
 Reported By:      minnoce at polito dot it
-Status:           Open
+Status:           Bogus
 Bug Type:         Apache2 related
 Operating System: Linux RHEL 4
 PHP Version:      4.4.2RC1
 New Comment:

Actually it wasn't even closed.



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

[2005-11-30 13:29:13] minnoce at polito dot it

Please, the bug #35029 seem's to be fixed (for the user who entered)
with latest PHP from CVS.
But that's NOT true for me!

Maybe You want to reopen the bug #35029...

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

[2005-11-30 12:35:05] [EMAIL PROTECTED]

Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

See bug #35029.

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

[2005-11-30 12:31:36] minnoce at polito dot it

Description:
------------
I'm compiling PHP with this configuration line:

./configure \
"--prefix=/services/php-4.4-CVS" \
"--with-apxs2=/services/apache/bin/apxs" \
"--with-openssl" \
"--with-config-file-path=/services/httpd/conf" \
"--with-mysql=/usr" \
"--with-zlib" \
"--with-gd" \
"--with-jpeg-dir" \
"--with-png-dir" \
"--with-ldap" \
"--with-freetype-dir" \
"--with-mcrypt=/services/libmcrypt" \
"--with-curl" \
"--with-freetds=/services/freetds" \
"--enable-mbstring"

All the PHP 4.3.11, 4.4.1, 4.4-LATEST-CVS used as module under Apache
2.0.54 work fine.

All the PHP 4.3.11, 4.4.1m 4.4-LATEST-CVS used as module under Apache
2.0.55 cause a segmentation fault when I try to include some PHP script
with more than one Apache's "include virtual" (even a simple <? echo
'TEST'; ?>).

Examples:
- test.html
<html>
<body>
<!--#include virtual="test.php" -->
<!--#include virtual="test.php" -->
</body>
</html>

- test.php
<? echo 'TEST'; ?>

With only one "include virtual" all works fine.
With the two include virtual the Apache child process associated exit
with segmentation fault after the output of the first include.



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


-- 
Edit this bug report at http://bugs.php.net/?id=35484&edit=1

Reply via email to