ID:               22526
 User updated by:  iberry at raxnet dot net
 Reported By:      iberry at raxnet dot net
-Status:           Open
+Status:           Closed
 Bug Type:         Session related
 Operating System: Windows 2000
 PHP Version:      4CVS, 5CVS
 New Comment:

The workaround has shown to be effective in eliminating this issue.
Closing the bug.


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

[2004-02-23 10:46:45] cpuidle at gmx dot de

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



Thanks,

Andi

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

[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

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

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