I wonder, how am I supposed to know which libraries I should include in my php.ini file when using a certain function.
For instance, I just looked up pg_connect(), and I wonder which libraries I should include.
I can think of php_pgsql.dll
, but that's about it. Do I need others? I wouldn't know, since that doesn't seem to be documented anywhere.
In general, my main problem is that I can't locate this when looking at the PHP online manual. Or am I suffering from poor eyesight?
So, if I come across a function, where can I find out which library it depends on?