wez Sat Sep 28 09:04:48 2002 EDT Modified files: /php4/ext/standard file.c Log: Add missing folding marker. Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.264 php4/ext/standard/file.c:1.265 --- php4/ext/standard/file.c:1.264 Fri Sep 27 19:42:38 2002 +++ php4/ext/standard/file.c Sat Sep 28 09:04:47 2002 @@ -21,7 +21,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: file.c,v 1.264 2002/09/27 23:42:38 wez Exp $ */ +/* $Id: file.c,v 1.265 2002/09/28 13:04:47 wez Exp $ */ /* Synced with php 3.0 revision 1.218 1999-06-16 [ssb] */ @@ -761,6 +761,7 @@ RETURN_LONG(retval); } +/* }}} */ /* {{{ stream_context related functions */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php