From af78ada00c645a98b3e149b206cfe75daf9d1aed Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 23 Apr 2025 03:50:45 +0900 Subject: pass custom stdout/stderr --- php-wasm.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'php-wasm.c') diff --git a/php-wasm.c b/php-wasm.c index cef661f..9c71ca1 100644 --- a/php-wasm.c +++ b/php-wasm.c @@ -15,9 +15,7 @@ int EMSCRIPTEN_KEEPALIVE php_wasm_run(const char* code) { PHP_EMBED_END_BLOCK(); - fprintf(stdout, "\n"); fflush(stdout); - fprintf(stderr, "\n"); fflush(stderr); return result == SUCCESS ? 0 : 1; -- cgit v1.2.3-70-g09d2