sniper          Thu Feb 24 06:35:12 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/main/streams       mmap.c 
  Log:
  MFH: Fix comment
  
http://cvs.php.net/diff.php/php-src/main/streams/mmap.c?r1=1.5.2.1&r2=1.5.2.2&ty=u
Index: php-src/main/streams/mmap.c
diff -u php-src/main/streams/mmap.c:1.5.2.1 php-src/main/streams/mmap.c:1.5.2.2
--- php-src/main/streams/mmap.c:1.5.2.1 Wed Feb 23 17:41:24 2005
+++ php-src/main/streams/mmap.c Thu Feb 24 06:35:10 2005
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: mmap.c,v 1.5.2.1 2005/02/23 22:41:24 iliaa Exp $ */
+/* $Id: mmap.c,v 1.5.2.2 2005/02/24 11:35:10 sniper Exp $ */
 
 /* Memory Mapping interface for streams */
 #include "php.h"
@@ -31,7 +31,7 @@
        range.mode = mode;
        range.mapped = NULL;
 
-       /* For now, we impose an arbitrary 1MB limit to avoid
+       /* For now, we impose an arbitrary 2MB limit to avoid
         * runaway swapping when large files are passed thru. */
        if (length > 2 * 1024 * 1024) {
                return NULL;

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Reply via email to