php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29413 PHP files won't use php.exe; php.exe asks for a missing .DLL file
Submitted: 2004-07-27 21:04 UTC Modified: 2004-07-30 00:31 UTC
Votes:5
Avg. Score:4.8 ± 0.4
Reproduced:5 of 5 (100.0%)
Same Version:5 (100.0%)
Same OS:4 (80.0%)
From: webmaster at moresifoundry dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: Irrelevant OS: Windows 98
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: webmaster at moresifoundry dot com
New email:
PHP Version: OS:

 

 [2004-07-27 21:04 UTC] webmaster at moresifoundry dot com
Description:
------------
Whenever a php program (php.exe, php-cgi.exe....) tries to run or execute a php program, errors appear asking for missing .DLL files. I have tried both manual and automatic intallation with both current versions of php and several past versions. ODBC32.DLL and odbcint.dll are some of the missing DLL's. I am running the latest Xitami Webserver on Windows 98.

Reproduce code:
---------------
<?php
phpinfo();
?>

---Or any other php script!---

Expected result:
----------------
A result in a webpage.

Actual result:
--------------
A prompt-type window and about 10 error messages asking for .DLL files even if the file is opened in Internet Explorer.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-30 00:31 UTC] edink@php.net
Since odbc extension is built-in in windows build you need to have it installed on your machine.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 13:01:33 2025 UTC