php-src/ext/session
Conor McDermottroe 5662ffb295 Bug #66481 Segfaults on session_name()
If the previous value of session.name was NULL then any call to
session_name($string) would result in a segmentation fault.

This changes the behaviour to set the value of session.name to
"PHPSESSID" if a blank value is given in php.ini or via -d on the
command line. There is already protection against setting it to NULL via
session_name() or ini_set().
2014-01-16 11:33:10 +09:00
..
tests Bug #66481 Segfaults on session_name() 2014-01-16 11:33:10 +09:00
config.m4 Implement object-oriented session handlers (https://wiki.php.net/rfc/session-oo) 2011-09-13 22:28:15 +00:00
config.w32 Implement object-oriented session handlers (https://wiki.php.net/rfc/session-oo) 2011-09-13 22:28:15 +00:00
CREDITS
mod_files.bat MFH 2008-12-30 19:37:35 +00:00
mod_files.c Bump year 2014-01-03 11:04:26 +08:00
mod_files.h Bump year 2014-01-03 11:04:26 +08:00
mod_files.sh Fixed bug #49175: mod_files.sh does not support hash bits 2013-06-29 11:35:55 +09:00
mod_mm.c Bump year 2014-01-03 11:04:26 +08:00
mod_mm.h Bump year 2014-01-03 11:04:26 +08:00
mod_user_class.c Bump year 2014-01-03 11:04:26 +08:00
mod_user.c Bump year 2014-01-03 11:04:26 +08:00
mod_user.h Bump year 2014-01-03 11:04:26 +08:00
package.xml Implement object-oriented session handlers (https://wiki.php.net/rfc/session-oo) 2011-09-13 22:28:15 +00:00
php_session.h Bump year 2014-01-03 11:04:26 +08:00
session.c Bug #66481 Segfaults on session_name() 2014-01-16 11:33:10 +09:00