[PHP] Make install dumps core with PHP 5.2.0

2006-11-03 Thread Mendonce, Kiran (STSD)
On HP-UX Itanium, make install of PHP 5.2.0 dumps core while installing pear. The php cli gets built fine, but when it is executed with the install-pear-nozlib.phar as argumnt (part of the installation), it fails with a SIGSEGV. I noticed that someone has already filed a bug against this

RE: [PHP] Re: Understanding persistent connections with oci8

2006-10-09 Thread Mendonce, Kiran (STSD)
update the documentation so its more clearer to the end user ? Thanks and Regards, Kiran -Original Message- From: Mendonce, Kiran (STSD) Sent: Wednesday, October 04, 2006 10:34 AM To: php-general@lists.php.net Subject: RE: [PHP] Re: Understanding persistent connections with oci8 I understand

RE: [PHP] Re: Understanding persistent connections with oci8

2006-10-04 Thread Mendonce, Kiran (STSD)
: [PHP] Re: Understanding persistent connections with oci8 Hello, on 10/03/2006 07:03 PM Mendonce, Kiran (STSD) said the following: This is a follow up to the bug (#39029) that I reported earlier which has been repeatedly closed as bogus. The oci8.persistent_timeout setting in the php.ini file

[PHP] Understanding persistent connections with oci8

2006-10-03 Thread Mendonce, Kiran (STSD)
This is a follow up to the bug (#39029) that I reported earlier which has been repeatedly closed as bogus. The oci8.persistent_timeout setting in the php.ini file is documented as : The maximum length of time (in seconds) that a given process is allowed to maintain an idle persistent connection.