Forum Moderators: coopster

Message Too Old, No Replies

PHP 5 Installation - Extensions

         

TheBaker

8:34 pm on Jul 14, 2004 (gmt 0)

10+ Year Member



I've just downloaded the PHP5 Zip release. I followed the instructions and, like it said, got it working fine without extensions. I then tried enabling an extension to see if it worked, but I got a "DLL Not Found Message". The path it gave was the correct path (C:\Program Files\PHP5\libs\php_mysql.dll) and I've checked and the file exists, so what could be going wrong?

coopster

6:22 pm on Jul 19, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Check your configuration file (
php.ini
) to see where your extensions should be loaded
; Directory in which the loadable extensions (modules) reside. 
extension_dir = "c:\php\"