andi            Wed Feb 23 22:04:57 2005 EDT

  Modified files:              
    /php-src/main/streams       mmap.c 
  Log:
  - Fix comment
  
  
http://cvs.php.net/diff.php/php-src/main/streams/mmap.c?r1=1.6&r2=1.7&ty=u
Index: php-src/main/streams/mmap.c
diff -u php-src/main/streams/mmap.c:1.6 php-src/main/streams/mmap.c:1.7
--- php-src/main/streams/mmap.c:1.6     Wed Feb 23 17:41:05 2005
+++ php-src/main/streams/mmap.c Wed Feb 23 22:04:57 2005
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: mmap.c,v 1.6 2005/02/23 22:41:05 iliaa Exp $ */
+/* $Id: mmap.c,v 1.7 2005/02/24 03:04:57 andi 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