ID:               4966
 Comment by:       bruno dot faust at ig dot com dot br
 Reported By:      michael at tapinternet dot com
 Status:           Closed
 Bug Type:         MSSQL related
 Operating System: NT4
 PHP Version:      4.0.0 Release
 New Comment:

i have the same error in this line:

ocifetchstatement($this->recordset[$this->host],
$this->cache[$this->host], false, false, $this->fetch_flag);

$this->recordset[$this->host] = resource
$this->cache[$this->host] = var not isset
$this->fetch_flag = OCI_FETCHSTATEMENT_BY_ROW+OCI_ASSOC

php 4.3.3
PHP API 20020918
PHP Extension 20020429
Zend Extension 20021010
isapi
win nt 4
iis 4
mmcache 2.4.6
extension oci8 $Revision: 1.183.2.5 $

php version 4.3.3 because mmcache.
i´m getting in mmcache enabled ou disabled.
this error did not occur before, nothing was modified in the server.


Previous Comments:
------------------------------------------------------------------------

[2000-08-20 02:08:19] [EMAIL PROTECTED]

No feedback from user.

--Jani

------------------------------------------------------------------------

[2000-07-26 20:25:48] [EMAIL PROTECTED]

Have you tried a newer release of php?  If so, has the problem
re-occured?

------------------------------------------------------------------------

[2000-06-12 00:03:15] michael at tapinternet dot com

I'm getting an 'access violation' whenever I use the mssql_query
function - actually, it seems to be 
most functions, except for connecting and selecting_db.  The machine
has SP6 I believe (might only be 5), but another one has SP6 and I get
the same problem.  

$temp=mssql_connect("SERVER","db1","password");//  or die($phperrmsg);
$db=mssql_select_db("db",$temp)  or die($phperrmsg);
$q=mssql_query("select id from users");

This gives me 

PHP has encountered an Access Violation at 00000000


running

$temp=mssql_connect("SERVER","db1","password");//  or die($phperrmsg);
$db=mssql_select_db("db",$temp)  or die($phperrmsg);
//$q=mssql_query("select id from users");

It works fine, but obviously I don't do anything except connect and
select.

Running THIS (with PCONNECT)

$temp=mssql_pconnect("SERVER","db1","password");//  or
die($phperrmsg);
//$db=mssql_select_db("db",$temp)  or die($phperrmsg);
//$q=mssql_query("select id from users");

Gives me

PHP has encountered an Access Violation at 73342F43

A wholly different message from before, and ONLY using pconnect - not
doing anything else.

The php_mssql70.dll I'm using was from download.swwwing.com build date
of 9-6-2000 (june 9, 2000)

Also, the only way I can get the php_mssql70.dll to work AT ALL is to
be using the 
PHP Version 4.0.1-dev version from download.swwwing.com as well - the
standard distro 
from php.net (w32 binaries) NEVER worked with php_mssql70.dll.

I can't believe I'm the only one with so many problems - the mailing
list has people with 
issues similar to this as well it seems.  

Please help!



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=4966&edit=1

Reply via email to