|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-08-19 14:36 UTC] crypticcreeper at yahoo dot com
[2005-08-19 17:10 UTC] sniper@php.net
[2005-08-19 23:06 UTC] crypticcreeper at yahoo dot com
[2005-08-22 01:07 UTC] sniper@php.net
[2005-08-30 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 10:00:01 2025 UTC |
Description: ------------ When using __METHOD__ or __FUNCTION__ in highlight_*() functions Apache crashs and restarts. Reproduce code: --------------- echo highlight_string('<?php echo __METHOD__; ?>'); OR $string = '<?php class test { function test() { echo __METHOD__; } } ?>'; echo highlight_string($string); Expected result: ---------------- Highlight string/file. Actual result: -------------- Apache crashs and restarts