ID: 28622 Updated by: php-bugs@lists.php.net Reported By: cpuidle at gmx dot de -Status: Feedback +Status: No Feedback Bug Type: Reproducible crash Operating System: WinXP SP1 PHP Version: 5CVS-2004-06-03 (dev) New Comment:
No feedback was provided for this bug for over a week, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". Previous Comments: ------------------------------------------------------------------------ [2005-02-10 00:31:07] [EMAIL PROTECTED] 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 ------------------------------------------------------------------------ [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