From:             joe at kybert dot com
Operating system: XP
PHP version:      4.3.2
PHP Bug Type:     Output Control
Bug description:  no output after using require_once(..)

Description:
------------
Try this:

in a web page, include a file using this

<?php

// or what ever addy you feel fit (the included page can be empty)

$open = "/pages/extras.inc.php";      
require_once($open);

$echo "hello world!";

?>


i never get to see the "hello world" message.... works fine in PHP4.3.0,
not in 4.3.2 

joe
#


Expected result:
----------------
hello world! should be displayed

Actual result:
--------------
blank page

-- 
Edit bug report at http://bugs.php.net/?id=25613&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25613&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25613&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25613&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25613&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25613&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25613&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25613&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25613&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25613&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25613&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25613&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25613&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25613&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25613&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25613&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=25613&r=float

Reply via email to