From: Hartmut Holzgraefe Date: Mon, 5 Jun 2000 15:17:25 +0000 (+0000) Subject: compile fix regarding bug report #4780 X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50b014b9575ec3a44b97bc725e8eb627e0fe7ac2;p=php compile fix regarding bug report #4780 --- diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index 4f1d11d308..d6a3da7453 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -158,7 +158,7 @@ PHP_MINFO_FUNCTION(ldap) { char maxl[32]; #if HAVE_NSLDAP - char tmp[32] + char tmp[32]; LDAPVersion ver; double SDKVersion; #endif