From 3d2ddf524e758adfa0cedd3ec4084c956813dfca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Schl=C3=BCter?= Date: Sat, 27 May 2006 20:53:38 +0000 Subject: [PATCH] - nitpicking "PHP6" vs. "PHP 6" --- main/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.50.1