iliaa Sun Dec 14 13:23:16 2003 EDT
Modified files:
/php-src/main/streams userspace.c
/php-src/ext/standard file.h
Log:
Fixed compiler warnings.
Index: php-src/main/streams/userspace.c
diff -u php-src/main/streams/userspace.c:1.16 php-src/main/streams/userspace.c:1.17
--- php-src/main/streams/userspace.c:1.16 Sat Dec 13 18:13:51 2003
+++ php-src/main/streams/userspace.c Sun Dec 14 13:23:14 2003
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: userspace.c,v 1.16 2003/12/13 23:13:51 pollita Exp $ */
+/* $Id: userspace.c,v 1.17 2003/12/14 18:23:14 iliaa Exp $ */
#include "php.h"
#include "php_globals.h"
@@ -952,7 +952,7 @@
static int user_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options,
php_stream_context *context TSRMLS_DC)
{
struct php_user_stream_wrapper *uwrap = (struct
php_user_stream_wrapper*)wrapper->abstract;
- zval *zfilename, *zmode, *zoptions, *zfuncname, *zretval, *zcontext;
+ zval *zfilename, *zoptions, *zfuncname, *zretval, *zcontext;
zval **args[3];
int call_result;
zval *object;
Index: php-src/ext/standard/file.h
diff -u php-src/ext/standard/file.h:1.86 php-src/ext/standard/file.h:1.87
--- php-src/ext/standard/file.h:1.86 Tue Sep 30 05:52:11 2003
+++ php-src/ext/standard/file.h Sun Dec 14 13:23:15 2003
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: file.h,v 1.86 2003/09/30 09:52:11 stas Exp $ */
+/* $Id: file.h,v 1.87 2003/12/14 18:23:15 iliaa Exp $ */
/* Synced with php 3.0 revision 1.30 1999-06-16 [ssb] */
@@ -71,6 +71,7 @@
PHPAPI int php_le_stream_context(void);
PHPAPI int php_set_sock_blocking(int socketd, int block TSRMLS_DC);
PHPAPI int php_copy_file(char *src, char *dest TSRMLS_DC);
+PHPAPI int php_mkdir(char *dir, long mode TSRMLS_DC);
#define META_DEF_BUFSIZE 8192
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php