ID: 28622 Updated by: [EMAIL PROTECTED] Reported By: cpuidle at gmx dot de -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: WinXP SP1 PHP Version: 5CVS-2004-06-03 (dev) New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php5-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.0-win32-latest.zip Previous Comments: ------------------------------------------------------------------------ [2004-06-03 14:12:55] cpuidle at gmx dot de 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 this bug report at http://bugs.php.net/?id=28622&edit=1