diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-09-22 10:36:31 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-09-22 10:36:31 +0000 |
commit | d8637e03c9ddbfb6eb72bd335bd41553145a717c (patch) | |
tree | 37121111581ff151225df3381a27e4e1f553d654 /lang/php5/files/patch-ext_standard_dns.h | |
parent | Update to 1.27. (diff) |
Update to 5.2.11 release.
(Do not link to thread library when building a thread-safe only lib)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=241911
Diffstat (limited to 'lang/php5/files/patch-ext_standard_dns.h')
-rw-r--r-- | lang/php5/files/patch-ext_standard_dns.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/php5/files/patch-ext_standard_dns.h b/lang/php5/files/patch-ext_standard_dns.h deleted file mode 100644 index 1ea8751970c8..000000000000 --- a/lang/php5/files/patch-ext_standard_dns.h +++ /dev/null @@ -1,13 +0,0 @@ ---- ext/standard/dns.h.orig Sun Jun 19 11:57:31 2005 -+++ ext/standard/dns.h Sun Jun 19 12:03:37 2005 -@@ -25,6 +25,10 @@ - - #if HAVE_RES_NMKQUERY && HAVE_RES_NSEND && HAVE_DN_EXPAND && HAVE_DN_SKIPNAME - #define HAVE_DNS_FUNCS 1 -+#define res_ninit __res_ninit -+#define res_nmkquery __res_nmkquery -+#define res_nsend __res_nsend -+#define res_nclose __res_nclose - #endif - - PHP_FUNCTION(gethostbyaddr); |