From 14386dbef19db55f1b971f761abc7d4dfc6a3b47 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Tue, 16 Jul 2002 18:34:45 +0000 Subject: [PATCH] safe_mode_include_dir: Can take on semi-colon separated list, as of PHP 4.2.0 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88814 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/config.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/chapters/config.xml b/chapters/config.xml index f8b681944d..8443f8d70b 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Configuration @@ -946,6 +946,11 @@ include_path=".;c:\www\phplib" must also be in include_path or full path must including). + + As of PHP 4.2.0, this directive can take on a semi-colon separated + path in a similar fashion to the include_path directive, rather than + just a single directory. +