[PHP-DEV] PHP 4.0 Bug #6181: GPF in PHP4 after page is refreshed/reloaded From: jcameron <email protected>
Date: 08/15/00

From: jcameron <email protected>
Operating system: Windows2000
PHP version: 4.0.1pl2
PHP Bug Type: MSSQL related
Bug description: GPF in PHP4 after page is refreshed/reloaded

I'm running a webserver on Windows2000Server/IIs5/Php4.0.1pl2.
PHP is installed in ISAPI Mode.

The problem I am encountering is caused by refreshing a page with a MSSQL query on it, that simply displayes the results in a table. The two functions that seem to be causing this problem are mssql_get_array (which failes, horrably!) and mssql_get_row. mssql_get_array generally spits out garbage, filling the array I'm placing the data into with junk, causing PHP to GPF, the mssql_get_row seems to work alright, but apon refreshing the page a couple of times (sometimes once, sometimes 2, or 3 times), it causes PHP to GPF. (ex of GPF: PHP has encountered an Access Violation at 77FC9E82)

I'd be happy to send you guys the source code that causes this, but seeing as even the most simple code does it, there should be no need. Drop me an Email if you'd like more information.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>