php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6515 MSVCRT.DLL exists in C:\WINNT\SYSTEM32 but is the wrong version.
Submitted: 2000-09-03 12:21 UTC Modified: 2000-10-02 23:13 UTC
From: down at beer dot com Assigned:
Status: Closed Package: *General Issues
PHP Version: 4.0.2 OS: Windows 2000 Proffesional
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: down at beer dot com
New email:
PHP Version: OS:

 

 [2000-09-03 12:21 UTC] down at beer dot com
The readme file states "The DLLs that need to be copied are MSVCRT.DLL (it may already exist in there)
and PHP4TS.DLL."  MSVCRT>DLL allready exists in the system folder and is in use by windows even in safe mode so I couldn't replace it with your version.  When I run PHP it gives me the following error message:  "The procedure entry point ??_U@YAPAXI@Z could not be located in the dynamic link library MSVCRT.dll"

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-03 12:40 UTC] jmoore@php.net
OK One or two ways you can try to do this. Firstly try to rename the dll then copy the new one in. otherwise use a boot disk (Win 98/95) boot into dos and copy it accross while in DOS. This is one of the major problems with dll's because they donot enable versioning. I would strongly advise you to make a back up copy of your current dll incase somthing else breaks. Did you upgrade to Win2k pro or was it a clean install as I did a clean install and never had this problem with the DLL. Anyway, make a back up copy first!!!

James
 [2000-10-02 23:13 UTC] sniper@php.net
No feedback.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 02 09:01:30 2024 UTC