Yeah, my gd library isn't in the default directory
But if I copy my libdg.so to the dir where php.ini is, I just write
extension=gd.so (Or whatever it is)
and that's it?
So why is this not talked about more as a solution when most are unahppy about having to recompile or have comiling issues ?
oh, per my speed q, I meant this:
"What is the performance difference using my php.ini method and the more popular --with-gd recompile method"
Thanks, I am hoping it's just this simple, seems too good to be true lol
I shall try it
Heck, I can also copy ming.so to that directory and make sure extensions_Dir points to it and that's it I guess