From:             [EMAIL PROTECTED]
Operating system: Linux 7.2
PHP version:      4.1.2
PHP Bug Type:     Sybase (dblib) related
Bug description:  PHP opens more connections as allowed

My sybase config for php is as follows:

sybase.allow_persistent =       On
sybase.max_persistent   =       5
sybase.max_links          =       5

Also I am using phplib database classes - which are based on pconnect().
The problem now is that after a short time there are 15 or more PHP
processes within the sybase database!
The result is that another Delphi Programm can not longer access the same
database, because it can not open a connection when all connections are
used by php! (increasing the max num of connections within the sybase db
is no real solution to this!)
I wonder about the BROKEN_SYBASE_PCONNECTS define within the source code -
is there a known problem which I haven't found within the web/news?

Thanks for help

Kai Hofmann

-- 
Edit bug report at http://bugs.php.net/?id=16816&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16816&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16816&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16816&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16816&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16816&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16816&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16816&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16816&r=submittedtwice

Reply via email to