From: vr...@php.net Operating system: Windows PHP version: 5.3.0 PHP Bug Type: MySQLi related Bug description: Some queries crash PHP with mysqli_real_connect()
Description: ------------ LOAD DATA LOCAL INFILE query together with connecting by mysqli_real_connect() causes PHP crash. Maybe it is not the single crashing query but common queries like SELECT or INSERT work. When I replace mysqli_init() + mysqli_real_connect() by mysqli_connect() then everything works (no crash). Reproduce code: --------------- <?php $dbh = mysqli_init(); $dbh->real_connect("", "ODBC", "", "cds"); $dbh->query("LOAD DATA LOCAL INFILE 'songs.csv' INTO TABLE songs"); ?> Expected result: ---------------- Query executed OK. Actual result: -------------- PHP crashes. -- Edit bug report at http://bugs.php.net/?id=49442&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=49442&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=49442&r=trysnapshot53 Try a snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=49442&r=trysnapshot60 Fixed in SVN: http://bugs.php.net/fix.php?id=49442&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=49442&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=49442&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=49442&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=49442&r=needscript Try newer version: http://bugs.php.net/fix.php?id=49442&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=49442&r=support Expected behavior: http://bugs.php.net/fix.php?id=49442&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=49442&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=49442&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=49442&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=49442&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=49442&r=dst IIS Stability: http://bugs.php.net/fix.php?id=49442&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=49442&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=49442&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=49442&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=49442&r=mysqlcfg