Crash when session.serialize_handler string is set to wddx
| Bug #25166 | Crash when session.serialize_handler string is set to wddx | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Submitted: | 2003-08-20 02:49 UTC | Modified: | 2003-08-29 02:44 UTC |
|
||||||||||
| From: | cristea at pntcd dot ro | Assigned: | ||||||||||||
| Status: | Closed | Package: | Session related | |||||||||||
| PHP Version: | 4.3.3 | OS: | win32 only | |||||||||||
| Private report: | No | CVE-ID: | None | |||||||||||
[2003-08-20 02:49 UTC] cristea at pntcd dot ro
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
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2003-08-25 21:52 UTC] sniper@php.net
[2003-08-28 02:16 UTC] cristea at pntcd dot ro
[2003-08-28 03:20 UTC] sniper@php.net
[2003-08-29 02:44 UTC] cristea at pntcd dot ro