summaryrefslogtreecommitdiff
path: root/main/main.c
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2006-05-27 20:53:38 +0000
committerJohannes Schlüter <johannes@php.net>2006-05-27 20:53:38 +0000
commit3d2ddf524e758adfa0cedd3ec4084c956813dfca (patch)
treeca9c5764f503c429610507c0c6efa03285b66e2c /main/main.c
parent5925a2627542ce7ed4ee9c346f02ca121d990e09 (diff)
downloadphp-git-3d2ddf524e758adfa0cedd3ec4084c956813dfca.tar.gz
- nitpicking "PHP6" vs. "PHP 6"
Diffstat (limited to 'main/main.c')
-rw-r--r--main/main.c2
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;
}