From:             cristea at pntcd dot ro
Operating system: Windows XP Pro
PHP version:      4.3.2
PHP Bug Type:     Session related
Bug description:  Apache 2 server crashes when session.serialize_handler string is set 
to wddx

Description:
------------
Platform:
Windows XP Pro
Apache 2.0.45
PHP 4.3.2

Apache HTTP server is close if session.serialize_handler string is set to
wddx: ini_set('session.serialize_handler', 'wddx');


Reproduce code:
---------------
ini_set('session.serialize_handler', 'wddx');
session_start();

Windows XP message: Apache HTTP Server has encountered a problem and needs
to close.  We are sorry for the inconvenience.


Actual result:
--------------
Error signature:
szAppName : Apache.exe     szAppVer : 2.0.45.0     szModName : php4ts.dll 
   
szModVer : 4.3.2.2     offset : 0007d60f    



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

Reply via email to