Click to See Complete Forum and Search --> : Windows extensions won't load
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
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.
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.
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
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.
PHP Builder
Copyright WebMediaBrands Inc. All Rights Reserved.