jani            Tue May 19 19:39:53 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/standard       dns.h 
  Log:
  MFH:- Fix bug #48317 (compile failure in dns.h) (thanks to Pierre for 
introducing this)
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.h?r1=1.19.2.1.2.1.2.5&r2=1.19.2.1.2.1.2.6&diff_format=u
Index: php-src/ext/standard/dns.h
diff -u php-src/ext/standard/dns.h:1.19.2.1.2.1.2.5 
php-src/ext/standard/dns.h:1.19.2.1.2.1.2.6
--- php-src/ext/standard/dns.h:1.19.2.1.2.1.2.5 Sun Jan 11 23:37:16 2009
+++ php-src/ext/standard/dns.h  Tue May 19 19:39:53 2009
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: dns.h,v 1.19.2.1.2.1.2.5 2009/01/11 23:37:16 scottmac Exp $ */
+/* $Id: dns.h,v 1.19.2.1.2.1.2.6 2009/05/19 19:39:53 jani Exp $ */
 
 #ifndef DNS_H
 #define DNS_H
@@ -48,10 +48,9 @@
 #endif
 
 #if defined(PHP_WIN32) || (HAVE_RES_SEARCH && !(defined(__BEOS__) || 
defined(NETWARE)))
-
+PHP_FUNCTION(dns_check_record);
 # if defined(PHP_WIN32) || (HAVE_DN_SKIPNAME && HAVE_DN_EXPAND)
 PHP_FUNCTION(dns_get_mx);
-PHP_FUNCTION(dns_check_record);
 # endif
 
 #if defined(PHP_WIN32) || HAVE_DNS_FUNCS



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to