ID: 22237
Comment by: root at kitten dot net
Reported By: peter at globalvision dot com dot au
Status: Verified
Bug Type: Zend Engine 2 problem
Operating System: MS Windows
PHP Version: 5CVS-2003-02-15 (dev)
New Comment:
This is pretty serious... it prevents pear from working. Can someone
please take a look at it?
Thanks
Previous Comments:
------------------------------------------------------------------------
[2003-02-15 19:15:01] [EMAIL PROTECTED]
No crash with PHP 4.3.1-dev, does crash with PHP 5-dev.
------------------------------------------------------------------------
[2003-02-15 19:06:29] peter at globalvision dot com dot au
<?php
class myClass
{
var $foo = "hi";
var $bar = "foo";
function test()
{
echo $this->$bar; //line 1
//echo $this->foo; //line 2
}
}
?>
commenting out line 1 (and optionally including line 2) cause it to run
normally. The crash occurs as soon as you
include $this->$<something>.
----------------
>From a dos command line on Windows XP Pro SP1 (build 2600):
>php c:\temp\t.php
I get
PHP Script Interpreter has encountered a problem and
needs to close (pop up).
I'm using the windows build from the snaps page. I've had this error
over the past few days of snaps too.
>php -m
[PHP Modules]
bcmath
calendar
com
ctype
ftp
mysql
odbc
pcre
rpc
session
standard
tokenizer
wddx
xml
zlib
[Zend Modules]
The crash details are:
AppName: php.exe
AppVer: 5.0.0.0
ModName: php4ts.dll
ModVer: 5.0.0.0
Offset: 000b3bdc
Exception Information:
Code: 0xc0000005 Flags: 0x00000000
Record: 0x000000000000000 Address: 0x000000000100b3bdc
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=22237&edit=1