|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-09-30 08:37 UTC] kaps at sun2-lbs dot e-technik dot fh-muenchen dot de
[1999-09-30 10:18 UTC] andrey at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jan 05 04:00:02 2026 UTC |
In the file: /ext/ldap/php3_ldap.h the function definition: PHP_FUNCTION(ldap_close); is missing. Therefore you get an error compiling /ext/ldap/ldap.c pointing to line 70. After inserting the missing function definition in the header file, line 57 it compiles without problem Jens - using --with-ldap and the open-ldap implementation