jaxl / JAXL

Asynchronous, non-blocking I/O, event based PHP library for writing custom TCP/IP client and server implementations. From it's previous versions, library inherits a full blown stable support for XMPP protocol stack. In v3.0, support for HTTP protocol stack was also added.
http://jaxl.readthedocs.org/
Other
379 stars 121 forks source link

Allow `pid_dir` and `sock_dir` to be overridden #83

Closed joshuaspence closed 3 years ago

joshuaspence commented 7 years ago

Allow pid_dir and sock_dir to be overridden in the configuration. Also remove log_dir and tmp_dir, which don't seem to be used.