|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-02-10 00:31 UTC] tony2001@php.net
[2005-02-17 01:00 UTC] php-bugs at lists dot php dot net
[2022-10-26 09:50 UTC] billyroberts1 at protonmail dot com
[2022-11-02 10:14 UTC] larrymorgan1985 at gmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 24 01:00:02 2025 UTC |
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.