Re: [PHP-DEV] References in the session

2017-02-22 Thread Yasuo Ohgaki
Hi, On Thu, Feb 23, 2017 at 10:10 AM, Johannes Schlüter wrote: > On Wed, 2017-02-22 at 15:01 +0100, Côme Chilliet wrote: > > Hello, > > > > In the $_SESSION documentation we can see the following warning: "You > > can't use references in session variables as there is no feasible way > > to resto

Re: [PHP-DEV] References in the session

2017-02-22 Thread Johannes Schlüter
On Wed, 2017-02-22 at 15:01 +0100, Côme Chilliet wrote: > Hello, > > In the $_SESSION documentation we can see the following warning: "You > can't use references in session variables as there is no feasible way > to restore a reference to another variable." Actually with register_globals gone tha

[PHP-DEV] References in the session

2017-02-22 Thread Côme Chilliet
Hello, In the $_SESSION documentation we can see the following warning: "You can't use references in session variables as there is no feasible way to restore a reference to another variable." In our application, references where stored in the session and it *seemed to* work fine under PHP5, and