[phpMyAdmin Git] [phpmyadmin/phpmyadmin] c5ae59: Actually set MYSQLI_OPT_LOCAL_INFILE

Jakub Vrana jakub at vrana.cz
Mon Jan 21 19:29:57 CET 2019


Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: c5ae592370d98fccbadb914ee7a700ffd32a2023
https://github.com/phpmyadmin/phpmyadmin/commit/c5ae592370d98fccbadb914ee7a700ffd32a2023
Author: Jakub Vrana <jakub at vrana.cz>
Date: 2019-01-21 (Mon, 01 January 2019) +01:00

Changed paths: 
M libraries/classes/Dbi/DbiMysqli.php

Log Message:
-----------
Actually set MYSQLI_OPT_LOCAL_INFILE

1e6b740e tried to set this but failed due to https://bugs.php.net/77496
and nobody probably ever tested it.

Tested: Executed `LOAD DATA LOCAL INFILE 'README' INTO TABLE text(text)`
SQL command successfully before, unsuceesfully after.

Signed-off-by: Jakub Vrana <jakub at vrana.cz>

Commit: 98506151d443d763eca8b36b274487541367c929
https://github.com/phpmyadmin/phpmyadmin/commit/98506151d443d763eca8b36b274487541367c929
Author: Michal Čihař <michal at cihar.com>
Date: 2019-01-21 (Mon, 01 January 2019) +01:00

Changed paths: 
M libraries/classes/Dbi/DbiMysqli.php

Log Message:
-----------
Merge pull request #14886 from vrana/master

Actually set MYSQLI_OPT_LOCAL_INFILE



More information about the Git mailing list