php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #49391 ldap.c utilizing deprecated ldap_modify_s
Submitted: 2009-08-27 17:27 UTC Modified: 2009-08-30 15:34 UTC
From: thinice at gmail dot com Assigned:
Status: Closed Package: LDAP related
PHP Version: 5.3.0 OS: *
Private report: No CVE-ID: None
 [2009-08-27 17:27 UTC] thinice at gmail dot com
Description:
------------
As per the OpenLDAP documentation here: http://www.openldap.org/software/man.cgi?query=ldap_modify_s&apropos=0&sektion=0&manpath=OpenLDAP+2.4-Release&format=html


The basis of most of the ldap functions utilize ldap_modify_s - which is deprecating in favor of ldap_modify_est_s


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-08-27 17:28 UTC] thinice at gmail dot com
ldap_modify_est_s = ldap_modify_ext_s
 [2009-08-30 15:34 UTC] svn@php.net
Automatic comment from SVN on behalf of iliaa
Revision: http://svn.php.net/viewvc/?view=revision&revision=287897
Log: Bug #49391	ldap.c utilizing deprecated ldap_modify_s
 [2009-08-30 15:34 UTC] iliaa@php.net
This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 03:01:29 2024 UTC