Browse Source

- nitpicking "PHP6" vs. "PHP 6"

migration/RELEASE_1_0_0
Johannes Schlüter 20 years ago
parent
commit
3d2ddf524e
  1. 2
      main/main.c

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

Loading…
Cancel
Save