|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-07-26 15:41 UTC] rasmus at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 08:00:02 2025 UTC |
PHP4b1 running as module(--with-apxs=/usr/sbin/apxs --with-mysql --with-session=/tmp --enable-sysvsem=yes --enable-sysvshm=yes --with-zlib --enable-track-vars=yes) on Apache 1.3.6 When i use function include("real_file.inc") or require("real_file.inc") no output on browser. From apache errorlog i can see [notice] child pid 19446 exit signal Segmentation fault (11). Sample: (index.phtml) <?include("real_file.inc");?> (real_file.inc) <?echo "blahh"?> So and when i try run this script(index.phtml) no output on browser.