mirror of
https://github.com/php/php-src.git
synced 2026-03-26 17:22:15 +01:00
- nitpicking "PHP6" vs. "PHP 6"
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user