php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2412 function definition PHP_FUNCTION(ldap_close) missing in header file
Submitted: 1999-09-30 08:28 UTC Modified: 1999-09-30 10:18 UTC
From: kaps at sun2-lbs dot e-technik dot fh-muenchen dot de Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Beta 2 OS: any, but found on solaris 2.6
Private report: No CVE-ID: None
 [1999-09-30 08:28 UTC] kaps at sun2-lbs dot e-technik dot fh-muenchen dot de
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-09-30 08:37 UTC] kaps at sun2-lbs dot e-technik dot fh-muenchen dot de
douplicate to 2025, sorry
 [1999-09-30 10:18 UTC] andrey at cvs dot php dot net
This is fixed for Beta 3.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 05:01:29 2024 UTC