php-src/ext/session
Zeev Suraski 7c710a9f9b Use zval_ptr_dtor() to free variables as soon as they hit refcount of 0.
Note:  You should not be using ZVAL_DELREF() in day to day usage.  Instead,
       you should use zval_ptr_dtor().  Use ZVAL_DELREF() only if you're
       messing with the refcount directly and know what you're doing.
Note #2:  For clarity, if you want to initialize a new zval with a refcount
          of 0, it's best to do that directly, instead of using ZVAL_DELREF
          after allocating the zval...
2004-02-15 12:58:19 +00:00
..
tests Fixed bug #26862 (ob_flush() followed by output_reset_rewrite_vars() may 2004-02-11 17:00:48 +00:00
config.m4 - Always look into /usr/local before /usr 2003-10-01 02:53:23 +00:00
config.w32 Add new (optional!) win32 build infrastructure. 2003-12-02 23:17:04 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
mod_files.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
mod_files.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
mod_files.sh - cleanup code 1999-08-22 14:14:46 +00:00
mod_mm.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
mod_mm.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
mod_user.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
mod_user.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_session.h Silence some compile warnings 2004-01-23 03:28:59 +00:00
session.c Use zval_ptr_dtor() to free variables as soon as they hit refcount of 0. 2004-02-15 12:58:19 +00:00