php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40553 session_register cause sig11
Submitted: 2007-02-20 09:57 UTC Modified: 2007-02-20 10:04 UTC
From: taki at alkoholista dot hu Assigned:
Status: Closed Package: Reproducible crash
PHP Version: 4.4.5 OS: FreeBSD 6.2-RELEASE
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: taki at alkoholista dot hu
New email:
PHP Version: OS:

 

 [2007-02-20 09:57 UTC] taki at alkoholista dot hu
Description:
------------
I use apache 1.3.37 with php4.4.5. I have a squirrelmail webmail installed. One of my customers reported that after I upgraded my php4.4.4 to php4.4.5 he can't use the webmail. I searched the php-general list for a solution, and I found a mail from Ken Williams who found this bug already.

Reproduce code:
---------------
<?php
session_register("q");
?>


Actual result:
--------------
# gdb `which php` php.core 
GNU gdb 6.1.1 [FreeBSD]
Core was generated by `php'.
Program terminated with signal 11, Segmentation fault.
[...]
#0  0x28b16f24 in php_add_session_var ()
   from /usr/local/lib/php/20020429/session.so


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-20 10:04 UTC] tony2001@php.net
Fixed in CVS.
Please search the database before creating new report.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 14:04:04 2025 UTC