ID: 32486
User updated by: tho at e-dict dot net
Reported By: tho at e-dict dot net
Status: Open
Bug Type: Adabas-D related
Operating System: Linux
PHP Version: 4.3.9
New Comment:
We're using Adabas with kernel version 12.01.26. What the script
basicly does is
$dbhandle = odbc_pconnect();
odbc_autocommit($dbhandle, 0);
odbc_rollback( $dbhandle );
$queryid = odbc_exec($dbhandle, $sql);
while (odbc_fetch_into( $queryid, $row )) {
}
odbc_commit($dbhandle);
The overflow occours once in 2-10 days with abound 50 seeks a day. And
of course the database itself could be responsible - I just started
tcpdump to see whether the db or php causes the problem.
Previous Comments:
------------------------------------------------------------------------
[2005-06-08 16:05:53] nick dot telford at gmail dot com
Also, since it's ODBC, we'll need to know the database you're using and
the version. It's quite possible that the database itself is returning
invalid data and PHP isn't compensating for it.
------------------------------------------------------------------------
[2005-06-08 16:03:33] nick dot telford at gmail dot com
Can you provide more information on how this is occuring? The script
that is causing it would be helpful, along with a guess at roughly how
often this problem occurs.
I have so far failed to replicate this bug on PHP4.3.11, i've written a
script to get some test data from a local ODBC db 100 times and detect
if the overflow is present. Running it now.
------------------------------------------------------------------------
[2005-06-06 18:12:27] tho at e-dict dot net
still happens with php4-STABLE-200505171238
------------------------------------------------------------------------
[2005-05-25 01:00:04] 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".
------------------------------------------------------------------------
[2005-05-17 09:10:43] [EMAIL PROTECTED]
(or did you make a typo with the snapshot 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/32486
--
Edit this bug report at http://bugs.php.net/?id=32486&edit=1