[PHP-DEV] Bug #8769 Updated: Persistent connections aren't closed when using dynamically loaded module

2002-01-10 Thread tinus

ID: 8769
Comment by: [EMAIL PROTECTED]
Old Reported By: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Closed
Bug Type: PostgreSQL related
Operating System: RedHat 7.0/Linux 2.2.16 x86
PHP Version: 4.0.4pl1
New Comment:

not here. php 4.1.1 and apache 1.3.22. 
(PostgreSQL 7.1.3).

care to tell where you got this information?
(about it being fixed


Previous Comments:


[2001-12-11 12:19:48] [EMAIL PROTECTED]

Seems to be fixed as of PHP 4.1.0 and Apache 1.3.22



[2001-12-05 18:45:27] [EMAIL PROTECTED]

Status = feedback



[2001-12-05 18:36:27] [EMAIL PROTECTED]

Does this happen with 4.1.0RC5?
http://www.php.net/~zeev/php-4.1.0RC5.tar.gz



[2001-01-17 23:01:09] [EMAIL PROTECTED]

It seems that either the PostgreSQL connections are not killed after the
Apache child process exits, or Apache isn't killing children as normal. 
If I use the dynamically loaded pgsql module, I run into the maximum
number of PostgreSQL clients allowed almost immediately, whereas I have
never maxed out the number of clients with the pgsql module compiled
into the php library directly.  Hope that clears it up.



[2001-01-17 21:46:44] [EMAIL PROTECTED]

What do you mean by persistent connections not closing?  They are not
supposed to close, hence the name.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=8769


Edit this bug report at http://bugs.php.net/?id=8769edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #8769 Updated: Persistent connections aren't closed when using dynamically loaded module

2002-01-10 Thread pete

ID: 8769
User updated by: [EMAIL PROTECTED]
Old Summary: Persistent connections aren't closed when using dynamically
loaded module
Reported By: [EMAIL PROTECTED]
Status: Closed
Bug Type: PostgreSQL related
Operating System: RedHat 7.0/Linux 2.2.16 x86
PHP Version: 4.0.4pl1
New Comment:

 care to tell where you got this information?
 (about it being fixed

I got the information from myself - I built 4.1.0 and didn't run into
the maximum connections, as I stated in the original report.  However,
there still seems to be something strange going on when using the shared
module - I can't quite describe it yet, so I haven't posted a report.



Previous Comments:


[2002-01-10 17:42:37] [EMAIL PROTECTED]

not here. php 4.1.1 and apache 1.3.22. 
(PostgreSQL 7.1.3).

care to tell where you got this information?
(about it being fixed



[2001-12-11 12:19:48] [EMAIL PROTECTED]

Seems to be fixed as of PHP 4.1.0 and Apache 1.3.22



[2001-12-05 18:45:27] [EMAIL PROTECTED]

Status = feedback



[2001-12-05 18:36:27] [EMAIL PROTECTED]

Does this happen with 4.1.0RC5?
http://www.php.net/~zeev/php-4.1.0RC5.tar.gz



[2001-01-17 23:01:09] [EMAIL PROTECTED]

It seems that either the PostgreSQL connections are not killed after the
Apache child process exits, or Apache isn't killing children as normal. 
If I use the dynamically loaded pgsql module, I run into the maximum
number of PostgreSQL clients allowed almost immediately, whereas I have
never maxed out the number of clients with the pgsql module compiled
into the php library directly.  Hope that clears it up.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=8769


Edit this bug report at http://bugs.php.net/?id=8769edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #8769 Updated: Persistent connections aren't closed when using dynamically loaded module

2001-12-11 Thread pete

ID: 8769
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Closed
Bug Type: PostgreSQL related
Operating System: RedHat 7.0/Linux 2.2.16 x86
PHP Version: 4.0.4pl1
New Comment:

Seems to be fixed as of PHP 4.1.0 and Apache 1.3.22

Previous Comments:


[2001-12-05 18:45:27] [EMAIL PROTECTED]

Status = feedback



[2001-12-05 18:36:27] [EMAIL PROTECTED]

Does this happen with 4.1.0RC5?
http://www.php.net/~zeev/php-4.1.0RC5.tar.gz



[2001-01-17 23:01:09] [EMAIL PROTECTED]

It seems that either the PostgreSQL connections are not killed after the Apache child 
process exits, or Apache isn't killing children as normal.  If I use the dynamically 
loaded pgsql module, I run into the maximum number of PostgreSQL clients allowed 
almost immediately, whereas I have never maxed out the number of clients with the 
pgsql module compiled into the php library directly.  Hope that clears it up.



[2001-01-17 21:46:44] [EMAIL PROTECTED]

What do you mean by persistent connections not closing?  They are not supposed to 
close, hence the name.



[2001-01-17 18:28:51] [EMAIL PROTECTED]

When using the PostgreSQL functions that have been compiled as a dynamically loaded 
module, persistent connections do not seem to close properly. 

I'm loading the module using the dl() function call within my script.

My original configure script was:

./configure \
--with-apxs=/usr/sbin/apxs \
--with-gettext=no \
--with-msql \
--with-pgsql=shared \
--without-mysql \
--without-gd \
--with-xml=shared \
--with-pdflib=/usr/local \
--enable-track-vars=yes \
--with-zlib \
--with-jpeg-dir=/usr \
--with-tiff-dir=/usr \
--with-session=/tmp \
--enable-trans-sid

I fixed the problem by removing the shared from the --with-pgsql line.
 





Edit this bug report at http://bugs.php.net/?id=8769edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #8769 Updated: Persistent connections aren't closed when using dynamically loaded module

2001-12-05 Thread yohgaki

ID: 8769
Updated by: yohgaki
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: PostgreSQL related
Operating System: RedHat 7.0/Linux 2.2.16 x86
PHP Version: 4.0.4pl1
New Comment:

Does this happen with 4.1.0RC5?
http://www.php.net/~zeev/php-4.1.0RC5.tar.gz

Previous Comments:


[2001-01-17 23:01:09] [EMAIL PROTECTED]

It seems that either the PostgreSQL connections are not killed after the Apache child 
process exits, or Apache isn't killing children as normal.  If I use the dynamically 
loaded pgsql module, I run into the maximum number of PostgreSQL clients allowed 
almost immediately, whereas I have never maxed out the number of clients with the 
pgsql module compiled into the php library directly.  Hope that clears it up.



[2001-01-17 21:46:44] [EMAIL PROTECTED]

What do you mean by persistent connections not closing?  They are not supposed to 
close, hence the name.



[2001-01-17 18:28:51] [EMAIL PROTECTED]

When using the PostgreSQL functions that have been compiled as a dynamically loaded 
module, persistent connections do not seem to close properly. 

I'm loading the module using the dl() function call within my script.

My original configure script was:

./configure \
--with-apxs=/usr/sbin/apxs \
--with-gettext=no \
--with-msql \
--with-pgsql=shared \
--without-mysql \
--without-gd \
--with-xml=shared \
--with-pdflib=/usr/local \
--enable-track-vars=yes \
--with-zlib \
--with-jpeg-dir=/usr \
--with-tiff-dir=/usr \
--with-session=/tmp \
--enable-trans-sid

I fixed the problem by removing the shared from the --with-pgsql line.
 





Edit this bug report at http://bugs.php.net/?id=8769edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #8769 Updated: Persistent connections aren't closed when using dynamically loaded module

2001-12-05 Thread yohgaki

ID: 8769
Updated by: yohgaki
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: PostgreSQL related
Operating System: RedHat 7.0/Linux 2.2.16 x86
PHP Version: 4.0.4pl1
New Comment:

Status = feedback

Previous Comments:


[2001-12-05 18:36:27] [EMAIL PROTECTED]

Does this happen with 4.1.0RC5?
http://www.php.net/~zeev/php-4.1.0RC5.tar.gz



[2001-01-17 23:01:09] [EMAIL PROTECTED]

It seems that either the PostgreSQL connections are not killed after the Apache child 
process exits, or Apache isn't killing children as normal.  If I use the dynamically 
loaded pgsql module, I run into the maximum number of PostgreSQL clients allowed 
almost immediately, whereas I have never maxed out the number of clients with the 
pgsql module compiled into the php library directly.  Hope that clears it up.



[2001-01-17 21:46:44] [EMAIL PROTECTED]

What do you mean by persistent connections not closing?  They are not supposed to 
close, hence the name.



[2001-01-17 18:28:51] [EMAIL PROTECTED]

When using the PostgreSQL functions that have been compiled as a dynamically loaded 
module, persistent connections do not seem to close properly. 

I'm loading the module using the dl() function call within my script.

My original configure script was:

./configure \
--with-apxs=/usr/sbin/apxs \
--with-gettext=no \
--with-msql \
--with-pgsql=shared \
--without-mysql \
--without-gd \
--with-xml=shared \
--with-pdflib=/usr/local \
--enable-track-vars=yes \
--with-zlib \
--with-jpeg-dir=/usr \
--with-tiff-dir=/usr \
--with-session=/tmp \
--enable-trans-sid

I fixed the problem by removing the shared from the --with-pgsql line.
 





Edit this bug report at http://bugs.php.net/?id=8769edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]