Re: 2 distinct connections

Поиск
Список
Период
Сортировка
От Martin Marques
Тема Re: 2 distinct connections
Дата
Msg-id Pine.LNX.4.61.0605271130340.21989@bugs.unl.edu.ar
обсуждение исходный текст
Ответ на Re: 2 distinct connections  (Cornelia Boenigk <poppcorn@cornelia-boenigk.de>)
Список pgsql-php
On Sat, 27 May 2006, Cornelia Boenigk wrote:

> Hi Martin
>
> Did you try passing the constant PGSQL_CONNECT_FORCE_NEW to the
> Debug-connect?

Excelente. I forgot to say that I'm working with PEAR::DB, and just found
this in DB/pgsql.php:

         if (isset($dsn['new_link'])
             && ($dsn['new_link'] == 'true' || $dsn['new_link'] === true))
         {
             if (version_compare(phpversion(), '4.3.0', '>=')) {
                 $params[] = PGSQL_CONNECT_FORCE_NEW;
             }
         }

I always forget to "use the source Luke!" :-)

thanks!

--
  21:50:04 up 2 days,  9:07,  0 users,  load average: 0.92, 0.37, 0.18
---------------------------------------------------------
Lic. Martín Marqués         |   SELECT 'mmarques' ||
Centro de Telemática        |       '@' || 'unl.edu.ar';
Universidad Nacional        |   DBA, Programador,
     del Litoral             |   Administrador
---------------------------------------------------------

В списке pgsql-php по дате отправления:

Предыдущее
От: Cornelia Boenigk
Дата:
Сообщение: Re: 2 distinct connections
Следующее
От: Volkan YAZICI
Дата:
Сообщение: Re: 2 distinct connections