1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

modify skeleton.c function

This commit is contained in:
王星星
2015-04-10 17:39:06 +08:00
parent 0981345734
commit 22bef96315

View File

@@ -45,7 +45,7 @@ PHP_FUNCTION(confirm_extname_compiled)
len = spprintf(&strg, 0, "Congratulations! You have successfully modified ext/%.78s/config.m4. Module %.78s is now compiled into PHP.", "extname", arg);
RETVAL_STRINGL(strg, len);
RETVAL_STRING(strg, len);
efree(strg);
}
/* }}} */