Date: 09/30/99
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #2412 Updated: function definition PHP_FUNCTION(ldap_close) missing in header file"
- Previous message: Jakub Skopal: "Re: [PHP-DEV] $PHP_AUTH_USER HELP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: kaps <email protected>
Operating system: any, but found on solaris 2.6
PHP version: 4.0 Beta 2
PHP Bug Type: Installation problem
Bug description: function definition PHP_FUNCTION(ldap_close) missing in header file
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
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #2412 Updated: function definition PHP_FUNCTION(ldap_close) missing in header file"
- Previous message: Jakub Skopal: "Re: [PHP-DEV] $PHP_AUTH_USER HELP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

