search your system and find all php.ini files, my bet is that you may not be modifing the active version. you can check the ini path with phpinfo();
you've done correct by un commenting the line in the ini file and make sure php_gd2.dll is in the extension directory
phpinfo() will also have a GD section once it's properly installed.
Main Topics
Browse All Topics





by: WilkodJPosted on 2003-09-02 at 10:08:15ID: 9268607
Are you sure the php_gd2.dll file is in your
C:\WINNT\system32
WilkodJ