|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-06-19 19:13 UTC] stas at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 19 20:00:01 2025 UTC |
The folling code will kill the server using 100% of the memory. function options_form() { global $HTTP_COOKIE_VARS; while(list($key,$val) = each(explode("#!#", $HTTP_COOKIE_VARS[Focus]))) { list($k,$v) = explode(":", $val); $$k = $v; } ...