I've checked the archives but I don't see this problem
or error messages anywhere. If I overlooked the simple
solution, forgive a PHP newbie.
The other day I was working on my dev site on my
personal machine (AMD K6-2 300 w/ Win98 & PWS4) when I
tried to use the fmod(); function that I found in the
online manual. It kept returning "module not found" or
something to that affect. I checked the manual again
and noted that it said that fmod(); was for 4.2.0 and
above. My installation of PHP was 4.0.4. So I
upgraded.
AAGH!
The automatic installation crashed saying that it
couldn't configure PWS & I should do it manually.
Unfortunately it didn't uncompress all the files.
Attempt #2 didn't help.
The zip install had all the files, but I'm still
getting the following errors when attempting to run a
PHP file:
Dialog box pops up: "Can't open
C:\windows\system\inetserv\browscap.ini for reading"
I checked and the path is correct. Reversing the
slashes only changes slashes in the box: message still
shows.
InetInfo crashes.
Instead of the proper return: error message is:
"A dynamic link library (DLL) initialization routine
failed."
The actual HTML source is:
"<html><head><title>Error</title></head><body>A
dynamic link library (DLL) initialization routine
failed. </body></html>"
I verified the path is correct in RegEdit.
I tried pointing to the EXE first. Same result.
Thanks in Advance,
-Tesla
PS: The PHP I'm trying to run is the following:
"<?php
print phpinfo();
?>" - TNF
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus � Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php