Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unix_socket support #865

Closed
robocoder opened this issue Jul 12, 2009 · 8 comments
Closed

unix_socket support #865

robocoder opened this issue Jul 12, 2009 · 8 comments
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@robocoder
Copy link
Contributor

The fix in #614 [991] is kludgey.

Propose moving the change to Installation/Controller.php.

@robocoder
Copy link
Contributor Author

(In [refs #865; revert #614 991)

@robocoder
Copy link
Contributor Author

(In [1311]) fixes #865 - unix_socket support

@robocoder
Copy link
Contributor Author

(In [1314]) refs #865 - add unix_socket to example config

@robocoder
Copy link
Contributor Author

(In [1315]) refs #865 - add unix_socket to sample

@robocoder
Copy link
Contributor Author

Note: requires ZF 1.5+

@robocoder
Copy link
Contributor Author

(In [1317]) refs #865 - comment out unix_socket until we update ZF

@robocoder
Copy link
Contributor Author

(In [1367]) refs #865 - re-worked unix_socket support for Zend_Db and Tracker_Db

Installation will now accept:

  • host
  • host:port
  • host:/socket/path
  • /socket/path

Connecting to the database, Piwik will look at the unix_socket setting (if set), or a socket path in the port; else fallback to traditional host:port.

@robocoder
Copy link
Contributor Author

(Note: the algorithm in [1367] no longer depends on the ZF update.)

@robocoder robocoder added this to the Piwik 0.4.3 milestone Jul 8, 2014
@robocoder robocoder self-assigned this Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

1 participant