|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-06-23 21:21 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue Jun 30 15:00:02 2026 UTC |
Description: ------------ When we register a variable with nothing in it, the browser (IE5) uses 70mo ram, hd works continuesly, ressources goes down, system unstable this variable comes from a form so sometimes there's nothing in it. Reproduce code: --------------- $diag = ""; session_register('diag');