php-src/ext/session
Andi Gutmans 56f8195fe5 - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
  STR_FREE() and zval_dtor() always have to check for it and it slows down
  the general case. In addition, it seems that empty_string has been abused
  quite a lot, and was used not only for setting zval's but generally in
  PHP code instead of "", which wasn't the intention. Last but not least,
  nuking empty_string should improve stability as I doubt every place
  correctly checked if they are not mistakenly erealloc()'ing it or
  calling efree() on it.
  NOTE: Some code is probably broken. Each extension maintainer should
  check and see that my changes are OK. Also, I haven't had time to touch
  PECL yet. Will try and do it tomorrow.
2004-07-19 07:19:50 +00:00
..
tests Better skip condition check for session tests. 2004-05-27 20:53:26 +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 Fix for Bug #26757: session.save_path defaults to bogus value on win32 2004-03-29 21:44:07 +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 Do not use alloca() where it can be abused through user input. 2004-06-30 01:12:06 +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
package.xml more visa to sibira ;) 2004-03-24 18:43:23 +00:00
php_session.h Silence some compile warnings 2004-01-23 03:28:59 +00:00
session.c - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() 2004-07-19 07:19:50 +00:00