From bce9eb19d1ed169b0c6c3c0ce9f655c80a054df8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Mon, 22 Oct 2001 19:56:18 +0000 Subject: [PATCH] add a requirement for the socket directive --- Documentation.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation.html b/Documentation.html index 76277f5c0..dc739005e 100755 --- a/Documentation.html +++ b/Documentation.html @@ -296,7 +296,8 @@
$cfgServers[n]['socket'] string
- The path to the socket to use. Leave blank for default. + The path to the socket to use. Leave blank for default.
+ To use the socket feature you must run php 3.0.10 or more.