From 86b24a8ed26073ecc955abf69172889f6b85d353 Mon Sep 17 00:00:00 2001 From: Ken Date: Mon, 19 Jan 2004 06:11:19 +0000 Subject: [PATCH] it's a colon, not semi-colon, on non-windows git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149185 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/safe-mode.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/safe-mode.xml b/features/safe-mode.xml index 07c13d8a57..30f190e04c 100644 --- a/features/safe-mode.xml +++ b/features/safe-mode.xml @@ -1,5 +1,5 @@ - + Safe Mode @@ -123,8 +123,8 @@ or full path must including). - As of PHP 4.2.0, this directive can take a semi-colon separated - path in a similar fashion to the + As of PHP 4.2.0, this directive can take a colon (semi-colon on + Windows) separated path in a fashion similar to the include_path directive, rather than just a single directory.