ID:               35029
 Comment by:       minnoce at polito dot it
 Reported By:      markus-php at anthill dot de
 Status:           Feedback
 Bug Type:         Apache2 related
 Operating System: linux / solaris
 PHP Version:      4.4.0
 New Comment:

Apache compile configuration:
./configure \
--prefix="/services/apache_so-2.0.54" \
--enable-modules='rewrite so speling ssl' \
--disable-userdir

PHP compile configuration:
./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"

Example pages:
- 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.

At this moment I don't be able to provide GDB backtrace...


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

[2005-11-30 14:07:17] [EMAIL PROTECTED]

Provide a short reproduce case and the GDB backtrace if you still able
to replicate it.

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

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

Same problem also with PHP 5.1 LATEST from CVS.

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

[2005-11-30 12:36:07] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip



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

[2005-11-30 11:28:25] minnoce at polito dot it

I have the same problem under this platform:
- Red Hat Enterprise Linux 4 (i386) fully updated
- Apache 2.0.55 compiled from sources
- PHP 4.3.11 / 4.4.1 / LATEST 4.4 from CVS compiled from sources

The bug is NOT present under Apache 2.0.54.

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

[2005-11-15 01:00:02] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/35029

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

Reply via email to