php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30815 odbc.max_links option not interpreted
Submitted: 2004-11-17 17:07 UTC Modified: 2005-01-29 01:00 UTC
From: nicolas dot karageuzian at clubmed dot com Assigned:
Status: No Feedback Package: ODBC related
PHP Version: 4.3.9 OS: AIX 4.3.3, Solaris 8
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: nicolas dot karageuzian at clubmed dot com
New email:
PHP Version: OS:

 

 [2004-11-17 17:07 UTC] nicolas dot karageuzian at clubmed dot com
Description:
------------
I experienced the same problem using PHP 4.3.3 on AIX 4.3.3 or Solaris 8.
In every case, i'm connecting to an DB2/zOS database.
I'm not using --with-ibm-db2 but the unixODBC driver over the CLI interface.
When i run a loadTest, i can see on my SGBD more connexions from the httpdaemon/phpdbuser than allowed in php.ini.
(i've set odbc.max_links = 5 in php.ini, but i can see up to 10 connexion threads on SGBD).
Is there any patch or config i missed to correct this ?
I noticed the following as well, it could be linked to my problem :
the "Active Persistent Links" and "Active Links" sections from phpinfo() always displays 0, in any case.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-11-17 17:44 UTC] nicolas dot karageuzian at clubmed dot com
I experienced the same problem using PHP 4.3.3 on AIX 4.3.3 or Solaris 8.
In every case, i'm connecting to a DB2v7.2/zOS database.
I'm not using --with-ibm-db2 but the unixODBC (2.2.10) driver over the CLI interface.
When i run a loadTest, i can see on my SGBD more connexions from the httpdaemon/phpdbuser than allowed in php.ini.
(i've set odbc.max_links = 5 in php.ini, but i can see up to 10 connexion threads on SGBD).
Is there any patch or config i missed to correct this ?
I noticed the following as well, it could be linked to my problem :
the "Active Persistent Links" and "Active Links" values in ODBC section (from phpinfo) always displays 0, in any case.
 [2005-01-29 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Dec 26 20:01:29 2024 UTC