Click to See Complete Forum and Search --> : Windows extensions won't load


Anon
07-27-2000, 04:44 PM
I upgraded to PHP4 (php-4.0.1pl2-Win32.zip)on my Windows 98 workstation using Xitami web server. I then downloaded the php_crypt.dll at http://download.swwwing.com/php4/. Everything works fine until I uncomment the php_crypt.dll extension. My computer just freezes up. I tried it with other extensions at swwing and I got the same thing. What did I do wrong? Is there another place to get these extensions? Why aren't they included in the distro and what about the others like ODBC? Thanks.

Neil

Anon
07-31-2000, 10:11 PM
Does anyone else have problems loading all the extensions for PHP4? Perhaps PHP4 is not ready for production yet. I need crypt and ODBC. Thanks in advance.

Anon
03-21-2001, 05:30 AM
If you can't load up any modules, check your php.ini file. There is a setting for where php looks for the modules. The setting is called
extension_dir
Just point it to the correct directory and you should be fine.

Anon
12-01-2001, 10:34 AM
I can't seem to load any extensions to windows 2000, it sais that it can't find them, though i specified it well in the extension_dir property of php.ini
any more ideas?

Asi

Anon
06-01-2002, 04:57 PM
I found that your extensions directory needs to be set to something like:

"../php/extensions" if you're running windows. this is assuming that your php.ini file is in c:\windows and your php is installed to c:\php

the "../php/extensions" seems to be relative to the folder that contains php.ini, i'm guessing.