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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Thu Dec 12 02:01:27 2024 UTC