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 f7079a8 commit d6e54ecCopy full SHA for d6e54ec
.gitignore
@@ -1,2 +1,3 @@
1
!sockets/
2
-sockets/*
+sockets/*
3
+!sockets/README.txt
sockets/README.txt
@@ -0,0 +1,4 @@
+This directory must be present! This directory is where PHPThreads stores its
+UNIX socket files for IPC. You don't have to worry about the files in this
+directory. If PHPThreads needs to, it will overwrite them and they don't take
4
+up any space worth mentioning.
0 commit comments