ID: 25166
Updated by: [EMAIL PROTECTED]
-Summary: Crash when session.serialize_handler string is set to
unregistered serializer
Reported By: cristea at pntcd dot ro
-Status: Open
+Status: Closed
Bug Type: Session related
-Operating System: Windows XP Pro
+Operating System: win32 only
PHP Version: 4.3.3
New Comment:
This bug has been fixed in CVS.
In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.
In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
Thank you for the report, and for helping us make PHP better.
The crash was caused by the fact that 'wddx' serializer handler was not
enabled in the build. Any unknown serializer would cause the crash. I
have fixed both the cause (missing wddx handler) and the symptom
(crash) in CVS.
Previous Comments:
------------------------------------------------------------------------
[2003-08-25 10:31:01] cristea at pntcd dot ro
I had updated to:
PHP 4.3.3
Apache 2.0.47 (Win)
The problem still remain. I saved the temp files that WinXP has created
during crash. It can be found at:
http://64.207.212.14/Apache.exe.mdmp
and
http://64.207.212.14/appcompat.txt
------------------------------------------------------------------------
[2003-08-20 02:49:57] 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
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=25166&edit=1