diff options
| -rw-r--r-- | sapi/apache2filter/apache_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache2filter/apache_config.c b/sapi/apache2filter/apache_config.c index 6f9003bb62..c47999e7ef 100644 --- a/sapi/apache2filter/apache_config.c +++ b/sapi/apache2filter/apache_config.c @@ -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 "PHPINIPath is not yet supported in vhost configurations"; + return "PHPINIDir is not yet supported in vhost configurations"; } apache2_php_ini_path_override = ap_server_root_relative(cmd->pool, arg); return NULL; |
