php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18441 Crash when calling odbc_tables
Submitted: 2002-07-19 18:51 UTC Modified: 2002-08-23 22:13 UTC
From: joec at mipscomputation dot com Assigned:
Status: Closed Package: ODBC related
PHP Version: 4.2.1 OS: Windows NT 4.0
Private report: No CVE-ID: None
 [2002-07-19 18:51 UTC] joec at mipscomputation dot com
Running PHP 4.2.1 under PWS (IIS)...attempting to call odbc_tables after establishing a connection.

$mConn = odbc_connect("HatWeb_SQL", "php", "php");
$mTables = odbc_tables($mConn);

A 'red x' error window pops, it has the follwoing title:

OleMainThreadWndName: php.exe - Application Error

It contains the following text:

Instruction at "0x4117b301" referenced memory at "0x4117b301". The memory could not be "read".

Please contact me for any more details...


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-20 21:55 UTC] olivierS dot dagenaisP at canadaA dot comM
This might be a duplicate of http://bugs.php.net/bug.php?id=17572
 [2002-07-23 11:32 UTC] kalowsky@php.net
duplicate of 17572
 [2002-08-23 22:13 UTC] sniper@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 23:01:30 2024 UTC