jani Tue May 19 19:38:00 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard dns.h
Log:
ws
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.h?r1=1.19.2.1.2.4&r2=1.19.2.1.2.5&diff_format=u
Index: php-src/ext/standard/dns.h
diff -u php-src/ext/standard/dns.h:1.19.2.1.2.4
php-src/ext/standard/dns.h:1.19.2.1.2.5
--- php-src/ext/standard/dns.h:1.19.2.1.2.4 Tue May 19 11:12:33 2009
+++ php-src/ext/standard/dns.h Tue May 19 19:38:00 2009
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: dns.h,v 1.19.2.1.2.4 2009/05/19 11:12:33 jani Exp $ */
+/* $Id: dns.h,v 1.19.2.1.2.5 2009/05/19 19:38:00 jani Exp $ */
#ifndef DNS_H
#define DNS_H
@@ -32,18 +32,14 @@
PHP_FUNCTION(gethostbynamel);
#if defined(PHP_WIN32) || (HAVE_RES_SEARCH && !(defined(__BEOS__) ||
defined(NETWARE)))
-
PHP_FUNCTION(dns_check_record);
# if HAVE_DN_SKIPNAME && HAVE_DN_EXPAND
PHP_FUNCTION(dns_get_mx);
# endif
# if HAVE_DNS_FUNCS
-
PHP_FUNCTION(dns_get_record);
-
PHP_MINIT_FUNCTION(dns);
-
# endif
#endif
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php