]> 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 ed65575dc53cf4701a3f39d89ccf14b158958adc..bfedf45fcb8f7e43034d3e71e5a17d2a7b67e35e 100644 (file)
@@ -7,5 +7,10 @@ define('CITADEL_HOSTNAME',"127.0.0.1");
 define('CITADEL_TCP_PORTNO','504');
 
 #do you want to see the server conversation for exploring the protocol?
-define('CITADEL_DEBUG_CITPROTO',1);
+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