php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3643 Error when loading a PHP scripted page
Submitted: 2000-02-27 15:30 UTC Modified: 2002-10-01 11:58 UTC
From: skk6788 at rit dot edu Assigned:
Status: Not a bug Package: Other
PHP Version: 3.0.15 OS: Win95
Private report: No CVE-ID: None
 [2000-02-27 15:30 UTC] skk6788 at rit dot edu
This is actually for PHP4 beta 4 (Patch Level 1)

I have Apache 1.3.11 (latest release) installed and running fine for regular HTML pages.

I installed the latest beta of PHP4 and made all the necessary changes in the httpd.conf file (I have done this on several Windows machines before).

I then tested to see ifthe install was successful by loading a page that contained the following line of code:

    <?php echo 'Testing PHP output'; ?>

when I tried loading the page, I got an error dialog box the said there was a missing .DLL file named "MSVCIRT.DLL"

there is a very similar file name "MSVCRT.DLL" that was included in the distribution, but that is not the problem.

Is this a problem with the newest version of Apache, a problem with the latest PHP4-beta release, or do I have to update something in Win95?

Thanks for any help that you might be able to give.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-01 11:58 UTC] hholzgra@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 22:01:30 2024 UTC