Hello all, How can I get linux php binary to access a remote postgresql server with out building postgresql on the "local system"
I want to do it like it is done on windows.
Example just load a dll file well .so in the script?
dl('extensions/php_pgsql.dll');
but
dl('what_ever.so');
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

