]> granicus.if.org Git - php/commit
@- Fixed references in sessions. This doesn't work when using the
authorThies C. Arntzen <thies@php.net>
Wed, 20 Jun 2001 15:16:08 +0000 (15:16 +0000)
committerThies C. Arntzen <thies@php.net>
Wed, 20 Jun 2001 15:16:08 +0000 (15:16 +0000)
commit45f629925f740c87747c10a5040eb2d8b7b268de
tree4112137e74fc2cc0f1038230882a01247c11e1da
parent94897efc3622fb2b2be21280bed856eedf5054f8
@- Fixed references in sessions. This doesn't work when using the
@  WDDX session-serializer. Also improved speed of sessions. (Thies)
from now on php_set_session_var no longer copies the variable recovered from a
session (tested with php, php_binary and wddx). this should speed up session
deserializing quite a bit. (this damn thing has cost me 6 hours of my life;-)
ext/session/session.c