]> granicus.if.org Git - php/commitdiff
- Reverted last Ilia's change (looks as accidental in this branch, as it was in popen...
authorFelipe Pena <felipe@php.net>
Fri, 25 Sep 2009 01:53:02 +0000 (01:53 +0000)
committerFelipe Pena <felipe@php.net>
Fri, 25 Sep 2009 01:53:02 +0000 (01:53 +0000)
ext/standard/file.c

index 133e4b727109e5bd213c35d40636e9bf7b6b38f3..c7fc97ce1532f4b92f372864bede9b3d2cb441b5 100644 (file)
@@ -1018,7 +1018,6 @@ PHP_FUNCTION(popen)
        }
 
        efree(p);
-       RETURN_FALSE;
 }
 /* }}} */