|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-09-12 19:41 UTC] sniper@php.net
[2005-10-24 01:14 UTC] edink@php.net
[2005-10-27 17:25 UTC] zbowden at vt dot edu
[2005-10-31 20:30 UTC] zbowden at vt dot edu
[2005-11-28 20:22 UTC] zbowden at vt dot edu
[2005-11-28 22:13 UTC] zbowden at vt dot edu
[2005-12-19 17:31 UTC] pbarabe at paddyworks dot com
[2005-12-22 16:55 UTC] zbowden at vt dot edu
[2005-12-27 15:47 UTC] bcline at gptruck dot com
[2005-12-30 23:15 UTC] edink@php.net
[2006-01-03 15:07 UTC] zbowden at vt dot edu
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 16:00:01 2025 UTC |
Description: ------------ After moving to 5.0.5 from 5.0.4 I can no longer do ldap searches when connecting via LDAPS URI -> ldap_connect(ldaps://server.com). I'm only using Windows 2003/IIS6/ISAPI but it might occur on other platforms. Replacing the libeay32.dll and ssleay32.dll with the versions distributed with 5.0.4 fix the problem. On the LDAP Server side I've tested against a Windows 2000 Active Directory LDAP server and an OpenLDAP server and get the same results. Reproduce code: --------------- $host = "ldaps://server.com"; $ldap = ldap_connect($host); $baseDn = "ou=accounts,dc=com"; // access violation will occur here $result = ldap_search($ldap, $baseDn, "name=user", array('dn')); Expected result: ---------------- PHP has encountered an Access Violation at _____