https://bugzilla.wikimedia.org/show_bug.cgi?id=31896
--- Comment #4 from Mark A. Hershberger <[email protected]> 2011-10-27 23:31:14 UTC --- (In reply to comment #3) > So.... any directions on how to reproduce, such as the version of FreeBSD and > how PHP and MySQL were installed? MySQL and PHP were installed from cvsup'd ports. Note I didn't try to install the server, I was running this on a virtual machine on my laptop and was just going to use the mysql server on my laptop for more testing. $ uname -r 7.3-RELEASE $ mysql --version mysql Ver 14.14 Distrib 5.5.17, for FreeBSD7.3 (amd64) using 5.2 $ php --info | grep mysql mysql Client API version => mysqlnd 5.0.8-dev - 20102224 - $Revision: 310735 $ mysql.allow_local_infile => On => On mysql.allow_persistent => On => On mysql.connect_timeout => 60 => 60 mysql.default_host => no value => no value mysql.default_password => no value => no value mysql.default_port => no value => no value mysql.default_socket => no value => no value mysql.default_user => no value => no value mysql.max_links => Unlimited => Unlimited mysql.max_persistent => Unlimited => Unlimited mysql.trace_mode => Off => Off mysqli Client API library version => mysqlnd 5.0.8-dev - 20102224 - $Revision: 310735 $ mysqli.allow_local_infile => On => On mysqli.allow_persistent => On => On mysqli.default_host => no value => no value mysqli.default_port => 3306 => 3306 mysqli.default_pw => no value => no value mysqli.default_socket => no value => no value mysqli.default_user => no value => no value mysqli.max_links => Unlimited => Unlimited mysqli.max_persistent => Unlimited => Unlimited mysqli.reconnect => Off => Off mysqlnd mysqlnd => enabled Version => mysqlnd 5.0.8-dev - 20102224 - $Revision: 310735 $ $ php -v PHP 5.3.8 with Suhosin-Patch (cli) (built: Oct 22 2011 14:43:33) Copyright (c) 1997-2011 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies $ svn info ... URL: http://svn.wikimedia.org/svnroot/mediawiki/trunk/phase3 ... Revision: 100516 $ svn info ... URL: http://svn.wikimedia.org/svnroot/mediawiki/branches/wmf/1.18wmf1 ... Revision: 100522 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
