bjori Fri May 8 11:36:44 2009 UTC
Modified files:
/php-src/main/streams userspace.c
Log:
MFb5.3: fix comments
http://cvs.php.net/viewvc.cgi/php-src/main/streams/userspace.c?r1=1.55&r2=1.56&diff_format=u
Index: php-src/main/streams/userspace.c
diff -u php-src/main/streams/userspace.c:1.55
php-src/main/streams/userspace.c:1.56
--- php-src/main/streams/userspace.c:1.55 Tue Mar 31 16:25:58 2009
+++ php-src/main/streams/userspace.c Fri May 8 11:36:43 2009
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: userspace.c,v 1.55 2009/03/31 16:25:58 bjori Exp $ */
+/* $Id: userspace.c,v 1.56 2009/05/08 11:36:43 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