php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24294 register session variable bug
Submitted: 2003-06-23 05:24 UTC Modified: 2003-06-23 21:21 UTC
From: arghz at gmx dot fr Assigned:
Status: Not a bug Package: Session related
PHP Version: 4.3.1 OS: NT4
Private report: No CVE-ID: None
 [2003-06-23 05:24 UTC] arghz at gmx dot fr
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');


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-06-23 21:21 UTC] sniper@php.net
Not even nearly enough info, and you're just doing something really wrong. Also, PHP 4.3.1 is too old, we're already about to release 4.3.3. (when you install PHP, make SURE you don't have ANY old files from previous installations in your system and that your webserver is shutdown before you copy the files in, etc. etc.)

Please ask further support questions elsewhere.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 16 14:01:33 2025 UTC