]> granicus.if.org Git - php/commit
- fixed the reference in session thingie
authorThies C. Arntzen <thies@php.net>
Thu, 21 Jun 2001 18:46:26 +0000 (18:46 +0000)
committerThies C. Arntzen <thies@php.net>
Thu, 21 Jun 2001 18:46:26 +0000 (18:46 +0000)
commitbd4f32cf126b53345c5a4a8f8a9431fcb2144ed1
treebea3d2c22a2abad5318a7ef5dfaf17cee2a0956e
parent6ae7e5f54a0bb8ab292dd1b5e2cff60ff04fd481
- fixed the reference in session thingie
- regression test checked (this time;-)
- added new regression test for references
- references _between_ session variables also work in when the session var
  replaces an already existing global var (this was a brain twister)
- saved one strlen call per session variable
- fixed one tiny leak
ext/session/php_session.h
ext/session/session.c
ext/session/tests/006.phpt [new file with mode: 0644]
ext/standard/php_var.h
ext/wddx/wddx.c