From:             ypout at mail dot ru
Operating system: Linux 2.4.25
PHP version:      4.3.4
PHP Bug Type:     Session related
Bug description:  Session hang

Description:
------------
PHP sessions will hang if an external command is executed either through
system() or the popen() calls. The session restores as soon as the
external command terminates. The problem is when I try to follow another
link in a multiframed view.





Reproduce code:
---------------
session_start();

.....

.....



set_time_limit(0);

ignore_user_abort(TRUE);

system($cmd, $sys_res); // Takes very long



.....



note (I tried popen aswell)

Expected result:
----------------
does not matter

Actual result:
--------------
does not matter

-- 
Edit bug report at http://bugs.php.net/?id=27423&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27423&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27423&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27423&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27423&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27423&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27423&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27423&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27423&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27423&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27423&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27423&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27423&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27423&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27423&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27423&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27423&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27423&r=float

Reply via email to