php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4034 function seems to be missing
Submitted: 2000-04-04 11:41 UTC Modified: 2000-05-21 18:46 UTC
From: gpadgham at perfectorder dot com Assigned:
Status: Closed Package: LDAP related
PHP Version: 3.0 Latest CVS (04/04/2000) OS: Redhat 6.1
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: gpadgham at perfectorder dot com
New email:
PHP Version: OS:

 

 [2000-04-04 11:41 UTC] gpadgham at perfectorder dot com
any script containing the following function will produce the error:

ldap_get_values_len

which is a "call to undefined function"  But all of the other LDAP functions work.  The PHP manual says this function exists, but doesn't seem to in real life.  My configure line is as follows:

./configure   --enable-track-vars \
    --with-apxs=/www/bin/apxs \
    --with-ftp \
    --with-imap \
    --with-ldap \
    --with-mysql \
    --with-mm \
    --with-sysvsem \
    --with-sysvshm \
    --enable-wddx \
    --enable-xml \
    --with-gettext \

I don't think the php.ini file is relevant, but if you need it, please e-mail it to me and I will send it to you. 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-21 18:46 UTC] jim at cvs dot php dot net
this function is new in php 4.0. note added to docs.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 05:01:29 2024 UTC