From: Felipe Pena Date: Fri, 25 Sep 2009 01:53:02 +0000 (+0000) Subject: - Reverted last Ilia's change (looks as accidental in this branch, as it was in popen... X-Git-Tag: php-5.2.12RC1~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=845bfd0a0ceb8e3dc60054283be1df0a68d0da5c;p=php - 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) --- 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; } /* }}} */