php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17489 Unable to allocate connection record
Submitted: 2002-05-28 15:18 UTC Modified: 2002-10-23 01:00 UTC
Votes:6
Avg. Score:4.8 ± 0.4
Reproduced:4 of 4 (100.0%)
Same Version:1 (25.0%)
Same OS:1 (25.0%)
From: cichocki at stud dot ics dot p dot lodz dot pl Assigned:
Status: No Feedback Package: Sybase-ct (ctlib) related
PHP Version: 4.2.1 OS: Red Hat 7.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
38 - 25 = ?
Subscribe to this entry?

 
 [2002-05-28 15:18 UTC] cichocki at stud dot ics dot p dot lodz dot pl
Apache 1.3.23 + PHP 4.2.1 compiled --with-sybase-ct=/opt/sybase-11.9.2. Env are set (I can see it in phpinfo) Apache + php compiled just like in Apache-COMPILE HOWTO (linux edition) by Luc de Louw. it's with ssl. the message appears sometimes after 5 days sometimes after 10 minutes from restarting apache. It appeared even when the traffic very small (5 users). Restarting apachectl(apache compiled with php) helps for some time, but than it appears again. Tried --with-sybase : it appeared again. In the same time no problems connecting from isql or from C++.             

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-07 22:10 UTC] iliaa@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip

Given the nature of the error and the fact you get the same error using non PHP applications implies your system is running out of memory. Which causes an error 
 [2002-10-13 08:35 UTC] dukin at poczta dot fm
I have changed my e-mail adress. Only PHP had such problem, isql is working ok, but I'm not sure if it use ct lib.
 [2002-10-23 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over 2 weeks, 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".
 [2003-07-11 04:23 UTC] jouanneau at netcourrier dot com
I've got same problem.
windows NT + IIS4 + PHP 4.3.1 (ISAPI module) + php_sybase_ct.dll

i don't use persistant connection. I use PEAR:DB. I set up my own session manager (session_set_save_handler), and so, the connection is closed during the end of session.

There are no problem of connection with isql or other client.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 14:01:29 2024 UTC