]> granicus.if.org Git - php/commitdiff
More verbose but more generic error message when we spot multiple
authorJim Jagielski <jimjag@php.net>
Mon, 13 May 2002 19:22:27 +0000 (19:22 +0000)
committerJim Jagielski <jimjag@php.net>
Mon, 13 May 2002 19:22:27 +0000 (19:22 +0000)
PHPINIDir directives

sapi/apache2filter/apache_config.c

index c47999e7efd18aac62a01724a14eda9f52e9c833..a46c99222a31602eb44b430542b55a88e3fd5969 100644 (file)
@@ -86,7 +86,7 @@ static const char *php_apache_admin_value_handler(cmd_parms *cmd, void *dummy, c
 static const char *php_apache_phpini_set(cmd_parms *cmd, void *mconfig, const char *arg)
 {
        if (apache2_php_ini_path_override) {
-               return "PHPINIDir is not yet supported in vhost configurations";
+               return "Only first PHPINIDir directive honored per configuration tree - subsequent ones ignored";
        }
        apache2_php_ini_path_override = ap_server_root_relative(cmd->pool, arg);
        return NULL;