highlight_string() with php code containing __FUNCTION__
| Bug #23093 | highlight_string() with php code containing __FUNCTION__ | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Submitted: | 2003-04-07 10:24 UTC | Modified: | 2003-04-07 17:52 UTC |
|
||||||||||
| From: | bs_php at infeer dot com | Assigned: | ||||||||||||
| Status: | Closed | Package: | Reproducible crash | |||||||||||
| PHP Version: | 4.3.2RC1 | OS: | win2000/w2k | |||||||||||
| Private report: | No | CVE-ID: | None | |||||||||||
[2003-04-07 10:24 UTC] bs_php at infeer dot com
Apache will crash when using php's function highlight_string($phpCode) when in the $phpCode you use php's reserved word "__FUNCTION__". Sample: <?php $phpCode = '<?php echo __FUNCTION__; ?>'; $hiTxt = highlight_string($phpCode, TRUE); // <- crash echo $hiTxt; ?>
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2003-04-07 17:52 UTC] sniper@php.net