Page MenuHomeDevCentral

Configure MySQL socket in php.ini
ClosedPublic

Authored by dereckson on Mar 23 2018, 15:26.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 12, 08:47
Unknown Object (File)
Mon, Aug 4, 06:19
Unknown Object (File)
Sun, Aug 3, 22:56
Unknown Object (File)
Sun, Aug 3, 17:33
Unknown Object (File)
Sat, Aug 2, 11:42
Unknown Object (File)
Sat, Jul 26, 19:46
Unknown Object (File)
Sat, Jul 26, 00:59
Unknown Object (File)
Sat, Jul 26, 00:59
Subscribers
None

Details

Summary

Tell MySQLi and PDO MySQL extension the default MySQL socket path.

Fixes T1366.

Test Plan

mysqli_connect("localhost", "", "")

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
php-configuration-file
Build Status
Buildable 2336
Build 2584: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Mar 23 2018, 15:27
This revision was automatically updated to reflect the committed changes.