1
0
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:
Johannes Schlüter
2006-05-27 20:53:38 +00:00
parent 5925a26275
commit 3d2ddf524e

View File

@@ -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;
}