Re: [PHP-DEV] libpq version

2005-04-06 Thread Christopher Kings-Lynne
OK, I will upgrade the version of libpq on the snaps box. It probably didn't get updated the last time i upgraded to 8.0.0. The thing is the 7.4 version _should_ work just fine... Chris -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] libpq version

2005-04-06 Thread Edin Kadribasic
: "Edin Kadribasic" <[EMAIL PROTECTED]>; "Derick Rethans" <[EMAIL PROTECTED]>; "PHP Internals" Sent: Wednesday, April 06, 2005 3:17 PM Subject: Re: [PHP-DEV] libpq version > > You're not making much sense here; first you say that you think the > >

Re: [PHP-DEV] libpq version

2005-04-06 Thread Christopher Kings-Lynne
You're not making much sense here; first you say that you think the errors are because he is not linking against version 8, but then you say that only version 7.4 or higher is required. As in I suspect (1) he's linking against 7.3 or (2) for some reason the libpq 8.0 windows DLL is specifically mi

Re: [PHP-DEV] libpq version

2005-04-06 Thread Wez Furlong
You're not making much sense here; first you say that you think the errors are because he is not linking against version 8, but then you say that only version 7.4 or higher is required. --Wez. On Apr 5, 2005 9:24 PM, Christopher Kings-Lynne <[EMAIL PROTECTED]> wrote: > >> I would suggest to fix t

Re: [PHP-DEV] libpq version

2005-04-05 Thread Christopher Kings-Lynne
I would suggest to fix this, as there are still plenty of people using 7.x... This is only relevant on Windows, autoconf takes care of it on unix platforms. I strongly suspect that he is not in fact linking against libpq version 8. Is ONLY PQprepare and PQsendPrepare missing? What about the re

Re: [PHP-DEV] libpq version

2005-04-05 Thread Edin Kadribasic
Derick Rethans wrote: I would suggest to fix this, as there are still plenty of people using 7.x... This is only relevant on Windows, autoconf takes care of it on unix platforms. Edin -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] libpq version

2005-04-05 Thread Derick Rethans
On Tue, 5 Apr 2005, Edin Kadribasic wrote: > Which version of libpq is required to compile the new pgsql prepare/execute > commands in php 5.1? I'm getting compilation probles with 8.0.0 client lib > where PQprepare() and PQsendPrepare() seem to be missing. I would suggest to fix this, as there a

[PHP-DEV] libpq version

2005-04-05 Thread Edin Kadribasic
Which version of libpq is required to compile the new pgsql prepare/execute commands in php 5.1? I'm getting compilation probles with 8.0.0 client lib where PQprepare() and PQsendPrepare() seem to be missing. Edin -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: htt