jani            Tue May 19 19:39:42 2009 UTC

  Modified files:              
    /php-src/ext/standard       dns.h 
  Log:
  - 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.27&r2=1.28&diff_format=u
Index: php-src/ext/standard/dns.h
diff -u php-src/ext/standard/dns.h:1.27 php-src/ext/standard/dns.h:1.28
--- php-src/ext/standard/dns.h:1.27     Tue Mar 10 23:39:39 2009
+++ php-src/ext/standard/dns.h  Tue May 19 19:39:42 2009
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: dns.h,v 1.27 2009/03/10 23:39:39 helly Exp $ */
+/* $Id: dns.h,v 1.28 2009/05/19 19:39:42 jani Exp $ */
 
 #ifndef DNS_H
 #define DNS_H
@@ -48,15 +48,13 @@
 #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_FUNCTION(dns_get_record);
-
 PHP_MINIT_FUNCTION(dns);
 # endif
 



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

Reply via email to