php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23988 php_imap require secur32.dll that don't exist on NT4
Submitted: 2003-06-03 10:40 UTC Modified: 2003-06-29 19:13 UTC
Votes:15
Avg. Score:1.6 ± 1.1
Reproduced:3 of 4 (75.0%)
Same Version:1 (33.3%)
Same OS:2 (66.7%)
From: brunofr at ioda dot net Assigned: edink (profile)
Status: Wont fix Package: IMAP related
PHP Version: 4.3.2 OS: NT4.0 SP6a
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2003-06-03 10:40 UTC] brunofr at ioda dot net
on a NT4.0 SP6a box if you active php_imap.dll
you've got an error Secur32.dll not found.

This is normal, this dll exist only on Win2K and more.

PHP4.3.2RC4 doesn't produce this error !

There's no trouble on win2k, only on NT4

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-06-05 01:03 UTC] sniper@php.net
Edin, any ideas why this happens?

 [2003-06-05 10:01 UTC] edink@php.net
I will have a closer look, but I did upgrade c-client prior to 4.3.2 final release in order to enable ssl connections. As a workaround you can safely use php_imap.dll from RC4 distro as there were no code changes between RC4 and final.
 [2003-06-05 10:21 UTC] brunofr at ioda dot net
Thanks for the tip, that's what i've done on this server.

The trouble was publish to help people.
 [2003-06-06 00:47 UTC] sniper@php.net
Is NT even supported by Microsoft anymore? :)

 [2003-06-29 19:13 UTC] iliaa@php.net
NT4 support has been discontinued by MS, I guess we might as well follow suit.
 [2003-07-28 10:28 UTC] mail at harsha dot ms
Is there any workaround other than using PHP4.3.2RC4. 

~ harsha
 [2004-05-03 20:21 UTC] tor at helland dot org
I think the workaround for this bug is simple:

http://support.microsoft.com/default.aspx?scid=kb;en-us;288358

contains a download of "Active Directory Client Extension for NT4", called DSClient.exe. The file installs secur32.dll on the system. The page also explains how to install the files without any user interface components.

Can't say I have tested it, but i got no error when enabling the imap extension. (Warning: This advice comes from a php newbie ;-)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 06:01:30 2024 UTC