felipe Sun Mar 30 15:31:33 2008 UTC Modified files: /php-src/ext/standard file.c Log: - Fix build http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.515&r2=1.516&diff_format=u Index: php-src/ext/standard/file.c diff -u php-src/ext/standard/file.c:1.515 php-src/ext/standard/file.c:1.516 --- php-src/ext/standard/file.c:1.515 Sun Mar 30 15:06:07 2008 +++ php-src/ext/standard/file.c Sun Mar 30 15:31:33 2008 @@ -21,7 +21,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: file.c,v 1.515 2008/03/30 15:06:07 iliaa Exp $ */ +/* $Id: file.c,v 1.516 2008/03/30 15:31:33 felipe Exp $ */ /* Synced with php 3.0 revision 1.218 1999-06-16 [ssb] */ @@ -622,7 +622,6 @@ long flags = ((argc < 3) && UG(unicode)) ? PHP_FILE_TEXT : 0; zval *zcontext = NULL; php_stream_context *context = NULL; - char mode[3] = { 'w', 0, 0 }; php_stream *srcstream = NULL; char mode[3] = "wb";
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php