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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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 May 19 00:01:33 2024 UTC