I got only a test.shtml with this: <html> <body> <!--#include virtual="test.php" --> </body> </html> and a test.php with: <? echo 'Hello World'; ?> PHP 4.4.2 , Apache 1.3.34 , nothing weird, Compiled Options: './configure' '--with-apxs=/usr/local/apache/bin/apxs' '--prefix=/usr/local' '--with-xml' '--enable-bcmath' '--enable-calendar' '--with-curl' '--with-dom' '--with-dom-xslt' '--with-dom-exslt' '--enable-exif' '--with-swf=/usr/local/flash' '--enable-ftp' '--with-gd' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr' '--with-xpm-dir=/usr/X11R6' '--with-gettext' '--with-imap' '--with-imap-ssl' '--with-kerberos' '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-mbregex' '--with-mcrypt' '--with-mhash' '--enable-magic-quotes' '--with-mysqli' '--with-mysql=/usr' '--with-openssl' '--enable-discard-path' '--with-pear' '--enable-sockets' '--enable-track-vars' '--with-ttf' '--with-freetype-dir=/usr' '--enable-gd-native-ttf' '--enable-versioning' '--with-xmlrpc' '--with-zlib' here is my phpinfo: http://ns1.tutorhost.com/test.php Thanks in advance for the help. 2006/3/16, Chris <dmagick@xxxxxxxxx>: > Alberto Ferrer wrote: > > i get segmentation fault with apache 1.3.34 , like this bug: > > http://bugs.php.net/bug.php?id=35029 , only change the apache version. > > > > The error is: > > > > [Thu Mar 16 03:33:07 2006] [notice] child pid 2121 exit signal > > Segmentation fault (11) > > [Thu Mar 16 03:33:08 2006] [notice] child pid 2120 exit signal > > Segmentation fault (11) > > We can't do much about segfaults. Post more information on that bug > report and help the php guys work out what's going on. > > -- > Postgresql & php tutorials > http://www.designmagick.com/ > -- bet0x -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php