diff options
Diffstat (limited to 'main/streams/php_stream_mmap.h')
-rw-r--r-- | main/streams/php_stream_mmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/streams/php_stream_mmap.h b/main/streams/php_stream_mmap.h index a3a2dbf6c..625eae01c 100644 --- a/main/streams/php_stream_mmap.h +++ b/main/streams/php_stream_mmap.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2009 The PHP Group | + | Copyright (c) 1997-2010 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_stream_mmap.h 280678 2009-05-17 14:58:10Z lbarnaud $ */ +/* $Id: php_stream_mmap.h 293036 2010-01-03 09:23:27Z sebastian $ */ /* Memory Mapping interface for streams. * The intention is to provide a uniform interface over the most common |