ID: 21435
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Verified
Bug Type: MySQL related
Operating System: Windows 2000
PHP Version: 4.3.0
-Assigned To:
+Assigned To: georg
New Comment:
verified... assigned to myself
Previous Comments:
------------------------------------------------------------------------
[2003-01-05 13:11:03] [EMAIL PROTECTED]
As you have MSVC, would you be able to provide a stack trace (which you
should have on the screen when you see those assembler code lines)?
Derick
------------------------------------------------------------------------
[2003-01-05 13:09:21] [EMAIL PROTECTED]
when calling mysql_info() apache 1.3.24 terminates with an error: "The
instruction at "0x100c1588" referenced memory at "0x0000000a". the
memory could not be "read" [ok/debug]. M$ debug gives
"100C1588 cmp byte ptr [eax+8],7"
script when calling:
<?php
$vk = mysql_pconnect($host, $user, $pass)
or die ();
mysql_select_db($database, $vk)
or die ();
$sql = "select * from user";
$result = mysql_query($sql, $vk);
if($result)
{
while ($row = mysql_fetch_array($result))
{
echo $row[0];
}
}
echo mysql_info($vk);
?>
regards,
-Wolfgang
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=21435&edit=1