The image verification code you entered is incorrect.
November 5, 2006 - 22:02
eaccelerator 0.9.5 and php 5.2.0
Posts: 3
Joined: 2006-11-05

Hi,

For information only, when I am using eaccelerator 0.9.5 with PHP 5.2.0 in windows, this code does not work as expected

<?php
class A { protected $value = 123; }
class B extends A
{
public function f()
{
echo $this->value;
}
}
class C extends B { }

$c = new C();
$c->f();
?>

It will give cannot access protected variable error (when I disable eaccelerator, I did not get the error).

But with eaccelerator svn 283, the code works as expected.
So maybe it is better if the eaccelerator DLL for windows be updated to the latest svn version :D



Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
More information about formatting options Captcha Image: you will need to recognize the text in it.
Please type in the letters/numbers that are shown in the image above.