Page MenuHomePhabricator

Move "options(MYSQLI_OPT_LOCAL_INFILE, ...)" call after "real_connect()"
ClosedPublic

Authored by epriestley on Jan 21 2019, 3:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 13, 6:25 PM
Unknown Object (File)
Fri, Dec 6, 3:17 PM
Unknown Object (File)
Thu, Dec 5, 12:43 PM
Unknown Object (File)
Tue, Dec 3, 12:30 PM
Unknown Object (File)
Nov 18 2024, 5:41 PM
Unknown Object (File)
Nov 10 2024, 10:09 AM
Unknown Object (File)
Oct 30 2024, 8:37 PM
Unknown Object (File)
Oct 17 2024, 10:58 PM
Subscribers
None

Details

Summary

Fixes T13238. PHP overwrites this setting inside "real_connect()", so we need to apply it after connecting.

Test Plan

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable