|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-09-02 18:37 UTC] coar at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Fri Jul 03 06:00:01 2026 UTC |
The following snippett intermitently causes a SEGV. <? $string = "+%28E"; error_log($string,0); ?> Looking at other effects of having % in error_log strings it would appear that error_log uses in some way ?printf(), but does not have % characters escaped before hand.