eaccelerator: latest svn version
php from http://snaps.php.net
php code:
<?php
class A
{
protected $foo = "bar";
}
class B extends A
{
}
class C extends B
{
public function GetFoo()
{
return $this->foo;
}
}
$c = new C;
echo $c->GetFoo();
?>
Backtrace
#0 0xb7dc1570 in zend_check_protected (ce=0x82af6d4, scope=0x824a794)
at /var/tmp/portage/php-5.2.0.20060606/work/php-5.2.0.20060606/Zend/zend_object_handlers.c:711
#1 0xb7dbfb2d in zend_verify_property_access (property_info=0x824ab24, ce=0x824a794)
at /var/tmp/portage/php-5.2.0.20060606/work/php-5.2.0.20060606/Zend/zend_object_handlers.c:153
#2 0xb7dbfc48 in zend_get_property_info (ce=0x824a794, member=0xb5a1662c, silent=0)
at /var/tmp/portage/php-5.2.0.20060606/work/php-5.2.0.20060606/Zend/zend_object_handlers.c:201
#3 0xb7dc0189 in zend_std_read_property (object=0x827bfe4, member=0xb5a1662c, type=0)
at /var/tmp/portage/php-5.2.0.20060606/work/php-5.2.0.20060606/Zend/zend_object_handlers.c:322
#4 0xb7df50cc in zend_fetch_property_address_read_helper_SPEC_UNUSED_CONST (type=0, execute_data=0xbf842154) at zend_vm_execute.h:14676
#5 0xb7df520d in ZEND_FETCH_OBJ_R_SPEC_UNUSED_CONST_HANDLER (execute_data=0xbf842154) at zend_vm_execute.h:14698
#6 0xb7dc5389 in execute (op_array=0x827a024) at zend_vm_execute.h:92
#7 0xb7dc5992 in zend_do_fcall_common_helper_SPEC (execute_data=0xbf8422e4) at zend_vm_execute.h:234
#8 0xb7dc6421 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0xbf8422e4) at zend_vm_execute.h:322
#9 0xb7dc5389 in execute (op_array=0x82a796c) at zend_vm_execute.h:92
#10 0xb7da28a3 in zend_execute_scripts (type=8, retval=0x0, file_count=3) at /var/tmp/portage/php-5.2.0.20060606/work/php-5.2.0.20060606/Zend/zend.c:1100
#11 0xb7d55269 in php_execute_script (primary_file=0xbf844690) at /var/tmp/portage/php-5.2.0.20060606/work/php-5.2.0.20060606/main/main.c:1747
#12 0xb7e19b94 in php_handler (r=0x823e0a8) at /var/tmp/portage/php-5.2.0.20060606/work/php-5.2.0.20060606/sapi/apache2handler/sapi_apache2.c:593
#13 0x08078a37 in ap_run_handler (r=0x823e0a8) at config.c:157
#14 0x08079170 in ap_invoke_handler (r=0x823e0a8) at config.c:371
#15 0x0808bc24 in ap_process_request (r=0x823e0a8) at http_request.c:258
#16 0x080887f5 in ap_process_http_connection (c=0x8238090) at http_core.c:172
#17 0x08080ad6 in ap_run_process_connection (c=0x8238090) at connection.c:43
#18 0x08080ede in ap_process_connection (c=0x8238090, csd=0x8237ef8) at connection.c:178
#19 0x08091cf5 in child_main (child_num_arg=0) at prefork.c:640
#20 0x08091ddb in make_child (s=0x80bb3e0, slot=0) at prefork.c:680
#21 0x08092373 in ap_mpm_run (_pconf=0x80b70a8, plog=0x80eb178, s=0x80bb3e0) at prefork.c:956
#22 0x08062670 in main (argc=2, argv=0xbf844ad4) at main.c:717
Full backtrace
apache2 -V
Server version: Apache/2.2.2
Server built: Jun 6 2006 16:33:19
Server's Module Magic Number: 20051115:2
Server loaded: APR 1.2.2, APR-Util 1.2.2
Compiled using: APR 1.2.2, APR-Util 1.2.2
Architecture: 32-bit
Server MPM: Prefork
threaded: no
forked: yes (variable process count)
Server compiled with....
-D APACHE_MPM_DIR="server/mpm/prefork"
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
-D APR_USE_SYSVSEM_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D DYNAMIC_MODULE_LIMIT=128
-D HTTPD_ROOT="/usr"
-D SUEXEC_BIN="/usr/bin/suexec"
-D DEFAULT_PIDLOG="/var/run/httpd.pid"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_LOCKFILE="/var/run/accept.lock"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="/etc/apache2/conf/mime.types"
-D SERVER_CONFIG_FILE="/etc/apache2/conf/apache2.conf"
phpinfo