]> code.citadel.org Git - citadel.git/blobdiff - ctdlphp/config_ctdlclient.php
* socket syntax is different in php5. make it configurable.
[citadel.git] / ctdlphp / config_ctdlclient.php
index 96676a622493b9aca3357bcbbdb44d1ca9c23df2..bfedf45fcb8f7e43034d3e71e5a17d2a7b67e35e 100644 (file)
@@ -9,4 +9,8 @@ define('CITADEL_TCP_PORTNO','504');
 #do you want to see the server conversation for exploring the protocol?
 define('CITADEL_DEBUG_CITPROTO',0);
 define('CITADEL_DEBUG_PROXY', FALSE);
+#switch this if you're using php5
+#define('SOCKET_PREFIX', "unix://");
+define('SOCKET_PREFIX', "");
+
 ?>
\ No newline at end of file