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: 4CVS-2005-05-17 New Comment:
Seems like database is not causing the problem. The tcpdump looks okay. Previous Comments: ------------------------------------------------------------------------ [2005-06-08 18:01:50] tho at e-dict dot net 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. ------------------------------------------------------------------------ [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-17 09:10:18] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip ------------------------------------------------------------------------ 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