From:             johnpage at ipng dot net
Operating system: Yahoo (Unix)
PHP version:      5CVS-2003-03-08 (dev)
PHP Bug Type:     Session related
Bug description:  session_start() generates headers

<?php
Session_start();
header("Location: test.php");
?>

Does not work on the Yahoo web hosting.
The session_start() generates a full set of headers.
They are running PHP 4.1.2 ( I am not able to force an upgrade at Yahoo
!!)on Apache/1.3.26 (Unix) 

phpinfo() does not report any details for the OS.
-- 
Edit bug report at http://bugs.php.net/?id=22605&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22605&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22605&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22605&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22605&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22605&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22605&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22605&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22605&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22605&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22605&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22605&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22605&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22605&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22605&r=gnused

Reply via email to