[PHP-DEV] PHP 4.0 Bug #4278: die() in a php script cause the document to return "document contains no data" From: mithro <email protected>
Date: 04/29/00

From: mithro <email protected>
Operating system: Linux
PHP version: 4.0 Beta 4 Patch Level 1
PHP Bug Type: Reproduceable crash
Bug description: die() in a php script cause the document to return "document contains no data"

<?php

die("peanut");

?>

compiled with

./configure --with-jpeg --with-mysql=/opt/mysql --with-ldap=/opt/ldap/ --with-imap=../imap-4.7/c-client/ --with-gettext --with-ttf --with-gd=../gd1.5/ --with-ftp --with-db2=/opt/dbm/ --with-roxen=/opt/roxen/ --disable-debug --disable-snmp --enable-static=imap

-- 
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>