Added config entry for configuring the IPC socket file name.
[core.git] / inc / config.php
index 7d263be3a7e7d61eee7e70e3d4ac544c40aa5f63..2f3b5faaecc7b1273aaa06c212888721a664413a 100644 (file)
@@ -461,5 +461,8 @@ $cfg->setConfigEntry('feature_fuse_class', 'FuseFeature');
 // CFG: TEMP-FILE-PATH
 $cfg->setConfigEntry('temp_file_path', sys_get_temp_dir());
 
+// CFG: IPC-SOCKET-FILE-NAME
+$cfg->setConfigEntry('ipc_socket_file_name', 'php_ipc_socket');
+
 // [EOF]
 ?>