|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-05-26 08:19 UTC] johannes at schlueters dot de
[2011-05-26 08:33 UTC] dshaposhnik at gmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 18 07:00:02 2025 UTC |
Description: ------------ I've tried to make PDO_MYSQL but compilation was failed on line 478 of mysql_driver.c cause constant (or whatever it is) MYSQL_OPT_LOCAL_INFILE is undefined. For example, string MYSQL_OPT_CONNECT_TIMEOUT was found in /usr/local/include/mysql, but MYSQL_OPT_LOCAL_INFILE is not declared. I've commented if(){} in mysql_driver.c on line 478 and compilation was success.