From:             taki at alkoholista dot hu
Operating system: FreeBSD 6.2-RELEASE
PHP version:      4.4.5
PHP Bug Type:     Reproducible crash
Bug description:  session_register cause sig11

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


-- 
Edit bug report at http://bugs.php.net/?id=40553&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=40553&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=40553&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=40553&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=40553&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=40553&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=40553&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=40553&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=40553&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=40553&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=40553&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=40553&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=40553&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=40553&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=40553&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=40553&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=40553&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=40553&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=40553&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=40553&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=40553&r=mysqlcfg

Reply via email to