php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3486 Missing MSVCRTD.DLL
Submitted: 2000-02-15 14:51 UTC Modified: 2002-10-01 14:29 UTC
From: yannicka dot pedrono at cite-net dot fr Assigned:
Status: Not a bug Package: Installation problem
PHP Version: 3.0.14 OS: Windows NT
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
43 - 3 = ?
Subscribe to this entry?

 
 [2000-02-15 14:51 UTC] yannicka dot pedrono at cite-net dot fr
When I try to run a PHP3 file, I have the following message :
MSVCRTD.DLL not found.

I try to find it on my PC but I haven't got it.

extension=php3_calendar.dll
extension=php3_imap4r1.dll
extension=php3_ldap.dll
extension=php3_crypt.dll
extension=php3_odbc.dll

I use IBM HTPP Server and I just try to run the following program :
<html>

<?php
php info();

?>
</html>

THANK YOU FOR HELPING !

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-01 14:29 UTC] hholzgra@php.net
Sorry, but the bug system is not the appropriate forum for asking
support questions. Your problem does not imply a bug in PHP itself.
For a list of more appropriate places to ask for help using PHP,
please visit http://www.php.net/support.php

Thank you for your interest in PHP.

 are you sure you called "php info()" ???
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 02:01:29 2024 UTC