
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: c5ae592370d98fccbadb914ee7a700ffd32a2023 https://github.com/phpmyadmin/phpmyadmin/commit/c5ae592370d98fccbadb914ee7a7... Author: Jakub Vrana <jakub@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@vrana.cz> Commit: 98506151d443d763eca8b36b274487541367c929 https://github.com/phpmyadmin/phpmyadmin/commit/98506151d443d763eca8b36b2744... Author: Michal Čihař <michal@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