bjori           Fri May  8 11:35:12 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/main/streams       userspace.c 
  Log:
  Fix comments
  
  
http://cvs.php.net/viewvc.cgi/php-src/main/streams/userspace.c?r1=1.31.2.3.2.7.2.9&r2=1.31.2.3.2.7.2.10&diff_format=u
Index: php-src/main/streams/userspace.c
diff -u php-src/main/streams/userspace.c:1.31.2.3.2.7.2.9 
php-src/main/streams/userspace.c:1.31.2.3.2.7.2.10
--- php-src/main/streams/userspace.c:1.31.2.3.2.7.2.9   Wed Mar 25 19:55:59 2009
+++ php-src/main/streams/userspace.c    Fri May  8 11:35:12 2009
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: userspace.c,v 1.31.2.3.2.7.2.9 2009/03/25 19:55:59 bjori Exp $ */
+/* $Id: userspace.c,v 1.31.2.3.2.7.2.10 2009/05/08 11:35:12 bjori Exp $ */
 
 #include "php.h"
 #include "php_globals.h"
@@ -1212,7 +1212,7 @@
                add_property_null(object, "context");
        }
 
-       /* call the unlink method */
+       /* call the mkdir method */
        MAKE_STD_ZVAL(zfilename);
        ZVAL_STRING(zfilename, url, 1);
        args[0] = &zfilename;
@@ -1277,7 +1277,7 @@
                add_property_null(object, "context");
        }
 
-       /* call the unlink method */
+       /* call the rmdir method */
        MAKE_STD_ZVAL(zfilename);
        ZVAL_STRING(zfilename, url, 1);
        args[0] = &zfilename;
@@ -1337,9 +1337,7 @@
                add_property_null(object, "context");
        }
 
-       /* call the stat_url method */
-       
-       /* call it's stream_open method - set up params first */
+       /* call it's stat_url method - set up params first */
        MAKE_STD_ZVAL(zfilename);
        ZVAL_STRING(zfilename, url, 1);
        args[0] = &zfilename;



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

Reply via email to