[PHP-DEV] PHP 4.0 Bug #1875: Segmentation fault (11) when i use include() or require() From: andres <email protected>
Date: 07/26/99

From: andres <email protected>
Operating system: RedHat Linux 6.0
PHP version: 4.0 Beta 1
PHP Bug Type: Scripting Engine problem
Bug description: Segmentation fault (11) when i use include() or require()

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.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>