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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: kaps at sun2-lbs dot e-technik dot fh-muenchen dot de
New email:
PHP Version: OS:

 

 [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: Wed Apr 24 23:01:34 2024 UTC