mysql_stat() require a valid connection
[2012-02-07 14:57 UTC] rein at basefarm dot no
Description: ------------ Calling mysql_stat() from the mysql library requires a valid connection. When php 5.3.10 is built with the mysql 5.1.58 client library a seg.fault is seen in ext/mysqli/tests/bug34810.phpt when it calls var_dump like: $link = mysqli_init(); @var_dump($link); The attached patch fixes this.
[2012-02-07 20:09 UTC] johannes@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: mysql
[2012-03-06 00:15 UTC] johannes@php.net
[2012-03-06 00:15 UTC] johannes@php.net
-Status: Assigned +Status: Closed
[2012-03-06 00:15 UTC] johannes@php.net
[2012-04-18 09:45 UTC] laruence@php.net
[2012-07-24 23:36 UTC] rasmus@php.net
[2013-11-17 09:33 UTC] laruence@php.net