felipe Fri, 25 Sep 2009 01:53:02 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=288706
Log: - 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) Changed paths: U php/php-src/branches/PHP_5_2/ext/standard/file.c Modified: php/php-src/branches/PHP_5_2/ext/standard/file.c =================================================================== --- php/php-src/branches/PHP_5_2/ext/standard/file.c 2009-09-25 01:46:58 UTC (rev 288705) +++ php/php-src/branches/PHP_5_2/ext/standard/file.c 2009-09-25 01:53:02 UTC (rev 288706) @@ -1018,7 +1018,6 @@ } efree(p); - RETURN_FALSE; } /* }}} */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php