From: Johannes Schlüter Date: Sat, 27 May 2006 20:53:38 +0000 (+0000) Subject: - nitpicking "PHP6" vs. "PHP 6" X-Git-Tag: BEFORE_NEW_OUTPUT_API~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d2ddf524e758adfa0cedd3ec4084c956813dfca;p=php - nitpicking "PHP6" vs. "PHP 6" --- 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; }