Hello, all! I hope this is the appropriate place to post this question.
I have a script that is core dumping when run via the cli. So, in researching it, it seems to be a bug between pgsql and curl. I found the bug here:
http://bugs.php.net/bug.php?id=40926
It recommends a quick fix is to re-order the modules so that the Postgres module is loaded before (and unloaded after) cUrl.
How would I go about doing this? My system is RHEL5 server, running PHP 5.1.6 with pgsql 8.1.11.
TIA!