From:             mdalton at galaxytelecom dot net
Operating system: Linux
PHP version:      5.1.2
PHP Bug Type:     Reproducible crash
Bug description:  Signal 11 with with mysqli_set_charset ()

Description:
------------
While trying to call set_charset method on a mysqli object php crashes
with a signal 11.

Situation tested on a stock ubuntu php + mysqli + mysql 5.0 setup, and on
a home rolled apache+hardened-php+mysql 5.0 system

Reproduce code:
---------------
<?php
$mysqli = mysqli_init ();
$mysqli->set_charset ( 'utf8' );
echo $mysqli->character_set_name ();
?>


Expected result:
----------------
script should echo 'utf8'

Actual result:
--------------
The apache child process bombs with a signal 11

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

Reply via email to