[PHP-CVS] cvs: php-src /ext/standard dns.h

2009-05-19 Thread Jani Taskinen
janiTue 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.27r2=1.28diff_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



[PHP-CVS] cvs: php-src /ext/standard dns.h

2003-07-08 Thread Jani Taskinen
sniper  Tue Jul  8 10:46:32 2003 EDT

  Modified files:  
/php-src/ext/standard   dns.h 
  Log:
  fix typo (most likely fixes #24533 too)
  
Index: php-src/ext/standard/dns.h
diff -u php-src/ext/standard/dns.h:1.16 php-src/ext/standard/dns.h:1.17
--- php-src/ext/standard/dns.h:1.16 Tue Jun 10 16:03:37 2003
+++ php-src/ext/standard/dns.h  Tue Jul  8 10:46:32 2003
@@ -18,12 +18,12 @@
+--+
 */
 
-/* $Id: dns.h,v 1.16 2003/06/10 20:03:37 imajes Exp $ */
+/* $Id: dns.h,v 1.17 2003/07/08 14:46:32 sniper Exp $ */
 
 #ifndef DNS_H
 #define DNS_H
 
-#if HAVE_RES_NMKQUERY  HAVE_RES_NSEND  HAVE_DN_EXPAND  HAVE_DN_SKIPNAME
+#if HAVE_RES_NMKQUERY  HAVE_RES_NSEND  HAVE_DN_EXPAND  HAVE_DN_SKIPNAME
 #define HAVE_DNS_FUNCS 1
 #endif
 



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