felipe Thu Jul 24 16:00:34 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/main safe_mode.c
Log:
- Removed unused variable.
http://cvs.php.net/viewvc.cgi/php-src/main/safe_mode.c?r1=1.62.2.1.2.10.2.6&r2=1.62.2.1.2.10.2.7&diff_format=u
Index: php-src/main/safe_mode.c
diff -u php-src/main/safe_mode.c:1.62.2.1.2.10.2.6
php-src/main/safe_mode.c:1.62.2.1.2.10.2.7
--- php-src/main/safe_mode.c:1.62.2.1.2.10.2.6 Mon Jul 21 19:32:21 2008
+++ php-src/main/safe_mode.c Thu Jul 24 16:00:34 2008
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: safe_mode.c,v 1.62.2.1.2.10.2.6 2008/07/21 19:32:21 felipe Exp $ */
+/* $Id: safe_mode.c,v 1.62.2.1.2.10.2.7 2008/07/24 16:00:34 felipe Exp $ */
#include "php.h"
@@ -52,7 +52,6 @@
long uid=0L, gid=0L, duid=0L, dgid=0L;
char path[MAXPATHLEN];
char *s, filenamecopy[MAXPATHLEN];
- php_stream_wrapper *wrapper = NULL;
TSRMLS_FETCH();
path[0] = '\0';
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php