Basically, I'm on php 4.4 and the GD 2 library won't show up as an installed module.
I uncommented the line for the module=php_gd2.dll or whatever, but nothing shows up.
If i check the php_info page, it shows my extensions_dir as c:\php4 (yes, it's a windows box running apache 2)
So, I went to the ini file, but the extensions_dir directive is set for c:\php\extensions like it should be... but the php_info file is saying otherwise.
I've tried removing the file and copying it back into the c:\windows directory, but it still keeps saying the same thing. Something tells me that this is hardwired in php.
So, I also tried copying the php.ini file into ever directory known to man just to see if i could get around it (i created php4, i copied it into c:\php, and apache and everywhere). Same thing.
I even tried copying the dll into every file on my box that could possibly have it load (windows, system, system32, apache, php, etc).
Nothing has worked. Any insight would be greatly appreciated. Thanks