Ask a Question related to PHP Development, Design and Development.
-
bruno dot faust at ig dot com dot br #1
#26093 [NEW]: access variable cause access violation
From: bruno dot faust at ig dot com dot br
Operating system: XP SP1 latest
PHP version: 4.3.3
PHP Bug Type: Reproducible crash
Bug description: access variable cause access violation
Description:
------------
when y execute the php code i get "PHP has encountered an Access Violation
at 010E28D2"
when y modify "=&" - second "=&" - to "=", thats all ok.
Reproduce code:
---------------
class name
{
function load($name)
{
$file = "./name/" . $name . ".srlz";
return unserialize(file_get_contents($file));
}
}
$class_name =& new name;
$arr_estado =& $class_name->load("pais_estado");
$arr_estado =& $arr_estado[$_POST["usr_endereco"][$x]["pais_id"]];
print_r($arr_estado);
short example.
this example has not crash.
my pages is very longer....
Expected result:
----------------
Array
(
[1] => Acre
[2] => Alagoas
....
[24] => Santa Catarina
[25] => São Paulo
[26] => Sergipe
[27] => Tocantins
)
Actual result:
--------------
PHP has encountered an Access Violation at 010E28D2
--
Edit bug report at [url]http://bugs.php.net/?id=26093&edit=1[/url]
--
Try a CVS snapshot (php4): [url]http://bugs.php.net/fix.php?id=26093&r=trysnapshot4[/url]
Try a CVS snapshot (php5): [url]http://bugs.php.net/fix.php?id=26093&r=trysnapshot5[/url]
Fixed in CVS: [url]http://bugs.php.net/fix.php?id=26093&r=fixedcvs[/url]
Fixed in release: [url]http://bugs.php.net/fix.php?id=26093&r=alreadyfixed[/url]
Need backtrace: [url]http://bugs.php.net/fix.php?id=26093&r=needtrace[/url]
Try newer version: [url]http://bugs.php.net/fix.php?id=26093&r=oldversion[/url]
Not developer issue: [url]http://bugs.php.net/fix.php?id=26093&r=support[/url]
Expected behavior: [url]http://bugs.php.net/fix.php?id=26093&r=notwrong[/url]
Not enough info: [url]http://bugs.php.net/fix.php?id=26093&r=notenoughinfo[/url]
Submitted twice: [url]http://bugs.php.net/fix.php?id=26093&r=submittedtwice[/url]
register_globals: [url]http://bugs.php.net/fix.php?id=26093&r=globals[/url]
PHP 3 support discontinued: [url]http://bugs.php.net/fix.php?id=26093&r=php3[/url]
Daylight Savings: [url]http://bugs.php.net/fix.php?id=26093&r=dst[/url]
IIS Stability: [url]http://bugs.php.net/fix.php?id=26093&r=isapi[/url]
Install GNU Sed: [url]http://bugs.php.net/fix.php?id=26093&r=gnused[/url]
Floating point limitations: [url]http://bugs.php.net/fix.php?id=26093&r=float[/url]
bruno dot faust at ig dot com dot br Guest
-
access violation
I am forced to try to print from an old 16bit vb(3?) program. When attempting to print to pdf, i recieve the following error: ....caused an access... -
HELP ACCESS VIOLATION
System: Windows 2003 Server PHP 5 Final IIS 6 Problem: Every time I run a PHP page I get "PHP has encountered an Access Violation at... -
Access Violation when using Visual Interdev to access Oracle
I am running Windows 200 Pro, IIS 5.0 and trying to connect to an Oracle 8.1 database. Prior to applying a security patch to W2k, the ASP... -
#26093 [Opn->Bgs]: access variable cause access violation
ID: 26093 Updated by: moriyoshi@php.net Reported By: bruno dot faust at ig dot com dot br -Status: Open... -
Access Violation?
My web app that uses VBCOM+ components to access SQLServer2000 via SPs had an access violation today when two users were simultaneously look at the...



Reply With Quote

