We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6132f62 commit b9a4837Copy full SHA for b9a4837
examples/autoload.php
@@ -3,7 +3,7 @@
3
declare(ticks = 1);
4
5
define('EPROCESS_AUTOLOAD', __FILE__);
6
-define('EPROCESS_SOCKET_DIR', '/tmp/eprocess');
+define('EPROCESS_SOCKET_DIR', __DIR__ . '/../tmp/');
7
8
$loader = require __DIR__ . '/../vendor/autoload.php';
9
0 commit comments