ID:               48516
 Comment by:       a dot schilder at gmx dot net
 Reported By:      mail at julian-stier dot de
 Status:           Open
 Bug Type:         Session related
 Operating System: Windows XP
 PHP Version:      5.3CVS-2009-06-10 (snap)
 New Comment:

Perhaps it has to do with bug #48485. 

The default value for "session.use_only_cookies" has been changed to
"1" in PHP 5.3, which IMHO can lead to interesting results with
"session.use_cookies" set to "0"...


Previous Comments:
------------------------------------------------------------------------

[2009-06-10 11:58:18] mail at julian-stier dot de

Description:
------------
I use xampp with php-5.3-win32-VC9-x86-latest.zip (10-06-2009). When I
restart the apache (xampp-control), my application runs on a first
visit. Sometimes it it possible to reload the page or click on a link
with a similar code. Eventually (after 1-3 reloads) the application
"crashs". The page loads and loads, but never finishs (I think I have no
max_execution_time ..).
I developed the script with php-5.3.0RC2-nts-Win32-VC9-x86.zip
(15-06-2009) and when I found out, that session_start() is the reason
for the crash, I updated it to php-5.3-win32-VC9-x86-latest.zip
(10-06-2009) ..

Reproduce code:
---------------
<?php
session_start();
echo 'Hello World';
?>

Expected result:
----------------
Hello World

Actual result:
--------------
[no output, loads and loads ..]


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=48516&edit=1

Reply via email to