I was recently installing PHP 4.3.2 on an Apache 2.0.46 on Windows 98SE and I can't figure out why aren't extensions working. I checked the extension_dir setting in the php.ini file, and it pointed to a right directory (C:\Program Files\PHP 4.3.2\extensions). However, when I activated any extension, there was an error that its file can't be found. I copied the path from the dialog window, and it pointed to an existing file.
I've tried:
- putting them to:
c:\windows\system c:\windows\system32 c:\php c:\ext c:\php\ext c:\php\extension
- putting slashes or backslashes in the path,
- ending it with a slash or a backslash,
- relative paths like .\extensions, .
And it did nothing! I semicoloned all the extensions in the php.ini, and I am currently using PHP without any extensions, which is not very comfortable. It is functioning very well, and it has no other error nor warnings beside the extensions problem.
If there is something I could do to fix this proble, I would be very grateful.
Jax
-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php