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:
@@ -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);
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
Reference in New Issue
Block a user