https://bugzilla.wikimedia.org/show_bug.cgi?id=30935
--- Comment #7 from Dmitriy Sintsov <[email protected]> 2011-09-18 06:18:03 UTC --- There is only one ini-file being loaded: c:\temp>php --ini Configuration File (php.ini) Path: C:\Windows Loaded Configuration File: C:\lamp\php\php.ini Scan for additional .ini files in: (none) Additional .ini files parsed: (none) Now a grepped part from php -i output: mysql MySQL Support => enabled Active Persistent Links => 0 Active Links => 0 Client API version => mysqlnd 5.0.7-dev - 091210 - $Revision: 300533 $ Directive => Local Value => Master Value mysql.allow_local_infile => On => On mysql.allow_persistent => Off => Off mysql.connect_timeout => 60 => 60 mysql.default_host => no value => no value mysql.default_password => no value => no value mysql.default_port => 3306 => 3306 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 It uses mysqlnd, as Chad correctly guessed. phpinfo() in SAPI mode also shows mysql module provided via mysqlnd mysqlnd 5.0.7-dev - 091210 - $Revision: 300533 $ the same version. However, in SAPI mode it works, while in CLI mode it fails with beforementioned message about non-existent mysql module. Looks like bug in PHP 5.3.3. to me. -- 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
