ID: 15657
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Assigned
Bug Type: Session related
Operating System: Windows 2000
PHP Version: 4.1.1
Assigned To: yohgaki
New Comment:
session_start(); crete this error in browser:
Cannot send session cookie - headers already sent by (output started at
test.php:1)in Line 2
Warning: Cannot send session cache limiter - headers already sent
(output started at test.php:1) in Line 2
Previous Comments:
------------------------------------------------------------------------
[2002-02-22 12:19:45] [EMAIL PROTECTED]
Hasn't this been fixed already?
------------------------------------------------------------------------
[2002-02-21 10:13:33] [EMAIL PROTECTED]
Assigned to myself.
------------------------------------------------------------------------
[2002-02-21 09:44:40] [EMAIL PROTECTED]
I think that was the problem.
------------------------------------------------------------------------
[2002-02-21 09:40:25] [EMAIL PROTECTED]
I think you have wrong save_path. Right?
(It's known and will be fixed)
------------------------------------------------------------------------
[2002-02-21 08:24:07] [EMAIL PROTECTED]
I tried to run the following PHP code:
<?php
session_start();
$var = "ABCDEFG_1234567890";
session_register('var');
?>
While executing the file, the PHP.exe was terminated with the following
error message:
"The instruction at 0x100a956c refered to memory at 0x8b2b43b1. The
operation 'read' cannot be performed for that memory."
I'm running an Apache 1.3.22 with PHP 4.1.1 on Windows 2000
Professional (Build 2195).
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=15657&edit=1