Page MenuHomeDevCentral

Configure MySQL socket in php.ini
ClosedPublic

Authored by dereckson on Mar 23 2018, 15:26.
Tags
None
Referenced Files
F48872616: D1481.diff
Wed, Sep 9, 04:40
Unknown Object (File)
Mon, Sep 7, 23:49
Unknown Object (File)
Sun, Sep 6, 23:03
Unknown Object (File)
Sat, Sep 5, 22:07
Unknown Object (File)
Wed, Sep 2, 11:58
Unknown Object (File)
Wed, Sep 2, 09:10
Unknown Object (File)
Wed, Sep 2, 02:21
Unknown Object (File)
Tue, Sep 1, 13:44
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.