php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3125 Won't execute scripts in Browser Get 500 Error
Submitted: 2000-01-06 17:36 UTC Modified: 2000-08-15 09:33 UTC
From: jvu at bluestar-graphics dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Beta 3 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: jvu at bluestar-graphics dot com
New email:
PHP Version: OS:

 

 [2000-01-06 17:36 UTC] jvu at bluestar-graphics dot com
I am trying to use php with Website Server running in windows98.  In Dos php.exe works perfectly. 
But when trying to use a Browser to run the script I get a 500 Error.  
Here are the Steps I take to set up PHP.

1)   
Configure Website server in following manner:
Content Types -- >.php   wwwserver/isapi
Associations-- >.php c:\website\php

2)
Placed both DLLs in C:\windows\system folder.
Placed php.exe in C:\website\php folder.

3) Reboot System

When attempting to run a test.php script in browser the following error appears:

500 Server Error
The server encountered an error and was unable to complete your request.
Message: LoadLibrary failed for API extension "C:\WebSite\php\php.exe", code=11

So I tryed changing the Association in the Webiste Configuration file to:
Associations-- >.php c:\windows\system\php4isapi.dll  
Now the Error message reads:

500 Server Error
The server encountered an error and was unable to complete your request.
Message: Version ident mismatch in API extension "C:\Windows\system\php4isapi.dll"

Pls advice on what I can try or if I can still use this with Website server.
Thnx Jess

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-25 19:52 UTC] zak@php.net
This appears to be a problem with server configuration - not with PHP. However, I am not familiar with this product - could you point me to some online docs for the server?

Also, have you made any progress with the problem?
 [2000-08-15 09:33 UTC] waldschrott@php.net
Closed due to missing user feedback.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 10:01:28 2024 UTC