pajoye Mon Apr 20 08:40:40 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard dns_win32.c
Log:
- nuke unused variable
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns_win32.c?r1=1.1.2.6&r2=1.1.2.7&diff_format=u
Index: php-src/ext/standard/dns_win32.c
diff -u php-src/ext/standard/dns_win32.c:1.1.2.6
php-src/ext/standard/dns_win32.c:1.1.2.7
--- php-src/ext/standard/dns_win32.c:1.1.2.6 Mon Jan 12 20:07:28 2009
+++ php-src/ext/standard/dns_win32.c Mon Apr 20 08:40:39 2009
@@ -303,7 +303,6 @@
zval *authns = NULL, *addtl = NULL;
int type, type_to_fetch, first_query = 1, store_results = 1;
int addtl_recs = 0;
- IN_ADDR ipaddr;
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|lzz",
&hostname, &hostname_len, &type_param, &authns, &addtl) == FAILURE) {
return;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php