|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-05-18 00:25 UTC] jani@php.net
[2008-05-20 16:11 UTC] glillibridge at yahoo dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 02 16:00:02 2025 UTC |
Description: ------------ first, phpinfo says the version is 5.2.3 We are trying to establish a connection to a MAS200 server (also on NT). This is the actual php line: $crs = odbc_pconnect("dsn=SOTAMAS90;company=LNC;UID=acs;PWD=acsg","",""); Sometimes it works and returns connection identifier. Most times it returns the message: PHP has encountered an Access Violation at 01C010D0 This uses an odbc source identified in the web server, using an internal IP. Reproduce code: --------------- $crs = odbc_pconnect("dsn=SOTAMAS90;company=LNC;UID=acs;PWD=acsg","",""); echo "<br>========" . odbc_error($crs) . "==========<br>" ; Expected result: ---------------- <br>========S000==========<br> Actual result: -------------- PHP has encountered an Access Violation at 01C010D0