]> granicus.if.org Git - php/commitdiff
- nitpicking "PHP6" vs. "PHP 6"
authorJohannes Schlüter <johannes@php.net>
Sat, 27 May 2006 20:53:38 +0000 (20:53 +0000)
committerJohannes Schlüter <johannes@php.net>
Sat, 27 May 2006 20:53:38 +0000 (20:53 +0000)
main/main.c

index af8fb00618fcb366eb75df3993c34ce096d316c1..d8e2ff32c709be9b59c9502c356a0546440437eb 100644 (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;
                }