diff options
Diffstat (limited to 'main/main.c')
-rw-r--r-- | main/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.c b/main/main.c index af8fb00618..d8e2ff32c7 100644 --- a/main/main.c +++ b/main/main.c @@ -1602,7 +1602,7 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod while (*p) { if (cfg_get_long((char*)*p, &val) == SUCCESS && val) { - zend_error(E_CORE_ERROR, "Directive '%s' is no longer supported in PHP6 and greater", *p); + zend_error(E_CORE_ERROR, "Directive '%s' is no longer supported in PHP 6 and greater", *p); } ++p; } |