|
Posted by John Stevens on 02/03/06 23:47
Im trying to enable GD Libray in PHP Version 4.3.8.
I have edited the php.ini file to include:
extension=php_gd2.dll
But every time I load up windows, the following error message appears on
screen:
Unknown()Unable to load dynamic library './php-gd2.dll' - The specified
module could not be found.
I am assuming the error is showing because I have not entered a path in
php.ini at the point below:
; Directory in which the loadable extensions (modules) reside.
extension_dir = "./"
In windows, the path to the extension folder is C:\php\extensions
ow do I enter this information in the php.ini file?
Could someone please show me how to instuct php where to find the file?
I need to know how to complete the patch in the entry below:
extension_dir = "./"
Im not sure wha to do with the = "./" bit
Can you help? Thanks...
Oh, and is that all I need to do to enable GD library? And could I enable
the other extensions just the same way? If yes, why don't they all come
ready enabled by default?
Navigation:
[Reply to this message]
|