php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #5901 Register several variables with session_register()
Submitted: 2000-08-01 17:08 UTC Modified: 2000-08-17 10:29 UTC
From: noer at eisenstein dot dk Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0.0 OS: Slackware Linux 7.0
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: noer at eisenstein dot dk
New email:
PHP Version: OS:

 

 [2000-08-01 17:08 UTC] noer at eisenstein dot dk
I would like to register several variables with one function call only.

Example :

Session_register("foo", "bar");

instead of :

session_register("foo");
session_register("bar");
...

Regards - Noer.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-17 10:29 UTC] hholzgra@php.net
well, you can do so, its already there (has been since Nov.99)
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Mon Jun 15 01:00:02 2026 UTC