Browse Source

Make this message more grammatically correct.

PHP-4.0.6
Jon Parise 26 years ago
parent
commit
8540c6923d
  1. 2
      ext/skeleton/skeleton.c

2
ext/skeleton/skeleton.c

@ -97,7 +97,7 @@ PHP_FUNCTION(confirm_extname_compiled)
convert_to_string_ex(arg);
len = sprintf(string, "Congratulations, you have successfully modified ext/%.80s/config.m4, module %.80s is compiled into PHP", "extname", Z_STRVAL_PP(arg));
len = sprintf(string, "Congratulations! You have successfully modified ext/%.80s/config.m4. Module %.80s is now compiled into PHP.", "extname", Z_STRVAL_PP(arg));
RETURN_STRINGL(string, len, 1);
}
/* }}} */

Loading…
Cancel
Save