php-src/ext/session
Tim Düsterhus dd8de1e726
Promote unserialize() notices to warning (#9629)
* Unserialize: Migrate "Unexpected end of serialized data" to E_WARNING

* Unserialize: Migrate "Error at offset %d of %d bytes" to E_WARNING

* Unserialize: Migrate "%s is returned from __sleep() multiple times" to E_WARNING

* Add NEWS for “Promote unserialize() notices to warning”
2022-11-15 19:36:38 +01:00
..
tests Promote unserialize() notices to warning (#9629) 2022-11-15 19:36:38 +01:00
config.m4 Fixed bug #80377 2020-11-25 11:47:05 +01:00
config.w32
CREDITS
mod_files.bat
mod_files.c Session: Refactor basedir to be a zend_string in mod_files 2022-05-29 15:24:06 +01:00
mod_files.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
mod_files.sh
mod_mm.c Session: Use zend_string* consistently for key in mod_mm 2022-05-29 15:24:06 +01:00
mod_mm.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
mod_user.c Convert mod user FINISH macro to static function 2022-10-22 12:47:34 +01:00
mod_user.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
mod_user_class.c Session: use more appropriate types 2022-05-29 15:24:06 +01:00
php_session.h Drop struct union as access is now always named 2022-10-22 12:47:34 +01:00
session.c Merge branch 'PHP-8.2' 2022-11-15 12:31:33 +00:00
session.stub.php Refactor session_set_save_handler() 2022-10-22 12:47:34 +01:00
session_arginfo.h Refactor session_set_save_handler() 2022-10-22 12:47:34 +01:00