ID: 39189 User updated by: mail_konstantin at bk dot ru Reported By: mail_konstantin at bk dot ru -Status: Feedback +Status: Open Bug Type: MySQL related Operating System: Linux v2.6.15 PHP Version: 5.1.6 New Comment:
I have tried CVS snapshot, but the problem has remained. 4 version works normally.Please help. Previous Comments: ------------------------------------------------------------------------ [2006-10-18 19:49:59] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.2-win32-latest.zip ------------------------------------------------------------------------ [2006-10-18 19:46:18] mail_konstantin at bk dot ru Description: ------------ Segmentation fault. Reproduce code: --------------- <? $conn = mysql_connect("localhost", "root", "password"); if ($conn) { print "It worked..."; } else { print "There was a problem"; } mysql_select_db("teach_db",$conn); $sql = "SELECT * FROM group_tbl"; $result = mysql_query($sql); print "$result\n"; $fild = mysql_fetch_field($result); print "$fild->name\n"; ?> Expected result: ---------------- I want see name of column Actual result: -------------- Segmentation fault. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39189&edit=1