ID:               22526
 Comment by:       cpuidle at gmx dot de
 Reported By:      iberry at raxnet dot net
 Status:           Open
 Bug Type:         Session related
 Operating System: Windows 2000
 PHP Version:      4CVS, 5CVS
 New Comment:

I had experienced the same issue, php4&5, winXP, apache2. Workaround is
fixing the problem.



Thanks,

Andi


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

[2004-02-02 16:36:43] iberry at raxnet dot net

My initial tests show that the workaround is doing the trick! I will
send out a message to have more users test this and report back. Thanks
for pointing this out.

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

[2004-02-02 10:59:17] php_bug at cklowe dot com

Workaround:  use session_write_close() before the exec.  



You can use session_start() after the call if you still need to write
session values.  Reading doesn't require an open session.



I've tested this somewhat, so please post how you get on.

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

[2004-01-10 03:01:49] riskisadventure at yahoo dot com

I am having the simillar problem but with FreeBSD 4.7

All the page with session_strat() hang, if the one of the page with
session_start() start hangging

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

[2003-11-30 21:58:05] php_bug at cklowe dot com

It would appear that this bug also afflicts exec().  



It seems the the function php_session_start hangs at some point within
the function.



php_session_start only hangs after popen_ex has finished in the first
thread.  I don't yet know if the status of the handle returned by
popen_ex makes a difference.  (pclose makes a difference)



It appears not to occur in the debug_ts version, only release_ts.  I
could not recreate the bug using iframes, but img (as described above)
does the trick

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

[2003-09-24 21:35:02] iberry at raxnet dot net

I tried both php4-win32-STABLE-200309250030 and
php5-win32-200309242230. Both still accuratly produce the same bug.

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/22526

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

Reply via email to