|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-12-05 17:03 UTC] zeev
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 09:00:02 2025 UTC |
start<br> <?php echo "in<br>"; if (ereg("?>",$frut)) { echo "frut"; } else { echo "frot"; }; ?> end<br> running this script resulted in a 'document contains no data' error and the following line in the error_log [Sat Dec 5 17:03:13 1998] [notice] httpd: child pid 12871 exit signal Aborted (6) I'm not sure what happened here but it looks suspiciously like a crash :)