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 a22a82b commit 2f974f2Copy full SHA for 2f974f2
xz.c
@@ -255,7 +255,7 @@ PHP_FUNCTION(xzencode)
255
256
lzma_end(&strm);
257
258
- RETURN_STRINGL(out, out_len, 0);
+ RETURN_STRINGL(out, out_len);
259
}
260
/* }}} */
261
@@ -314,7 +314,7 @@ PHP_FUNCTION(xzdecode)
314
315
316
317
318
319
320
@@ -325,4 +325,4 @@ PHP_FUNCTION(xzdecode)
325
* End:
326
* vim600: sw=4 ts=4 fdm=marker
327
* vim<600: sw=4 ts=4
328
- */
+ */
0 commit comments