RE: [PHP-DB] PHP4.0.4 segfaults with odbc_pconnect

2001-04-03 Thread Daevid Vincent
nd FWIW, the PHP example STILL segfaults. I would expect it to through up an error, not segfault... that can't be good can it? daevid.com -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 8:08 PM To: Daevid Vincent; [EMAIL PROTECTED]; PHP General

[PHP-DB] PHP4.0.4 segfaults with odbc_pconnect

2001-04-02 Thread Daevid Vincent
I've tried this with both PHP4.0.4 and PHP4.0.4pl1 as a module (it's for a daily script eventually). [root=pts/1]7:29pm@content:{/www/html/private/TattooShop} ./odbc-test2.phtml #!/bin/php -q Segmentation fault the relevant part of phpinfo(); is below, so I'm assuming that I finally got odbc

Re: [PHP-DB] PHP4.0.4 segfaults with odbc_pconnect

2001-04-02 Thread Andrew Hill
Daevid, connection script snipped (looked fine) $dsn="DSN=OpenLink"; // this is a valid DSN set up in the above odbc.ini //$conn_id = odbc_connect("DSN=OpenLink;UID=daevid;PWD=secret","",""); ? -- [OpenLink] Driver = /usr/local/openlink/lib/oplodbc.so.1