|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-09-27 05:44 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 22:00:01 2025 UTC |
configure: LDAP_DIR=$i should be LDAP_DIR=$PHP_LDAP line 38370: if test -f $PHP_LDAP/include/ldap.h; then LDAP_DIR=$PHP_LDAP LDAP_INCDIR=$PHP_LDAP/include LDAP_LIBDIR=$PHP_LDAP/lib elif test -f $PHP_LDAP/include/umich-ldap/ldap.h; then LDAP_DIR=$i LDAP_INCDIR=$PHP_LDAP/include/umich-ldap LDAP_LIBDIR=$PHP_LDAP/lib elif test -f $PHP_LDAP/ldap/public/ldap.h; then LDAP_DIR=$i LDAP_INCDIR=$PHP_LDAP/ldap/public LDAP_LIBDIR=$PHP_LDAP/lib fi