Solved the problem, it was so simple I don't beleive I didn't see it!
From: Mr. Bill (MrBill_at_snl.lv)
Date: 01/30/04
- Next message: Mr. Bill: "Re: extensions on a windows system"
- Previous message: Take a Walk: "Re: Inserting carriage return(s) into a php mail"
- Next in thread: Rob: "Re: Solved the problem, it was so simple I don't beleive I didn't see it!"
- Reply: Rob: "Re: Solved the problem, it was so simple I don't beleive I didn't see it!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Jan 2004 00:18:26 GMT
previous message: Unable to load Windows extensions for PHP - Apache
Anyone else who has had this problem and solved it? Here is more
information:
; Directory in which the loadable extensions (modules) reside.
extension_dir = ./extensions
This configuration (says the documentation) will look for the extensions in
c:php4/extensions
The folder is named (however) c:php/extensions
I tried renaming the folder but Apache will not resolve the phpinfo.php
script if I change the folder name. As is, I get the info page but the .dll
files which have been uncommented in the php.ini file return the error
message I have described. I tried to point the extension_dir = to a
specific folder (i.e. c:php/extensions) but that did not work. Nor did
c:\php\extensions.
The offending dlls have been uncommented in the php.ini file:
;Windows Extensions
Answer: The .dll (in this case domxml.dll) had to be moved out of the
extensions directory (folder) and into the root directory ("c:php" in this
case. Then the extension line (under windows extensions) had to be
uncommented. Leaving the directory location as "./" solved my problem.
Thanks to all who tried to help. maybe this will help someone else.
Mr. Bill
- Next message: Mr. Bill: "Re: extensions on a windows system"
- Previous message: Take a Walk: "Re: Inserting carriage return(s) into a php mail"
- Next in thread: Rob: "Re: Solved the problem, it was so simple I don't beleive I didn't see it!"
- Reply: Rob: "Re: Solved the problem, it was so simple I don't beleive I didn't see it!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|