From:             cpuidle at gmx dot de
Operating system: WinXP SP1
PHP version:      5CVS-2004-06-03 (dev)
PHP Bug Type:     Reproducible crash
Bug description:  Apache2 crashes reproducibly (code working with 4.3.6)

Description:
------------
Following code crashes apache2:

<?php
        echo $this->plugins['function']['counter'][0](array('assign' =>
'count','name' => 'videocount')) ; 
?>

Should be the same issue as:
Bug #28110: Apache2 crashes reproducibly (2)

Reproduce code:
---------------
Put code to file and open...

Expected result:
----------------
php 4.3.6 opens an error message that $this is undefined. Originally the
code is part of a bigger smarty-generated file (in this case $this would
be defined)- no idea where the crash comes from.


-- 
Edit bug report at http://bugs.php.net/?id=28622&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28622&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28622&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28622&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28622&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28622&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28622&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28622&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28622&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28622&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28622&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28622&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28622&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28622&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28622&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28622&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28622&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28622&r=float

Reply via email to