From 845bfd0a0ceb8e3dc60054283be1df0a68d0da5c Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Fri, 25 Sep 2009 01:53:02 +0000 Subject: [PATCH] - Reverted last Ilia's change (looks as accidental in this branch, as it was in popen() not tempnam(), and it doesnt need to be changed here) --- ext/standard/file.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/standard/file.c b/ext/standard/file.c index 133e4b7271..c7fc97ce15 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -1018,7 +1018,6 @@ PHP_FUNCTION(popen) } efree(p); - RETURN_FALSE; } /* }}} */ -- 2.50.1