We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0981345 commit 22bef96Copy full SHA for 22bef96
ext/skeleton/skeleton.c
@@ -45,7 +45,7 @@ PHP_FUNCTION(confirm_extname_compiled)
45
46
len = spprintf(&strg, 0, "Congratulations! You have successfully modified ext/%.78s/config.m4. Module %.78s is now compiled into PHP.", "extname", arg);
47
48
- RETVAL_STRINGL(strg, len);
+ RETVAL_STRING(strg, len);
49
efree(strg);
50
}
51
/* }}} */
0 commit comments