php-src/ext/session
David Carlier 42443b4c2e
ext/session: fix _read/_write buffer limit.
MSDN pages mention the buffer size upper limit is INT_MAX not UINT_MAX.
inspired by GH-13205.

Close GH-14017
2024-04-20 17:11:03 +01:00
..
tests Fix GH-13891: memleak and segfault when using ini_set with session.trans_sid_hosts (#13892) 2024-04-06 13:43:26 +02:00
config.m4 Fixed bug #80377 2020-11-25 11:47:05 +01:00
config.w32
CREDITS
mod_files.bat Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
mod_files.c ext/session: fix _read/_write buffer limit. 2024-04-20 17:11:03 +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 Session: use more appropriate types 2022-05-29 15:24:06 +01:00
mod_user.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
mod_user_class.c Fix GH-13856: Member access within null pointer of type 'ps_files' in ext/session/mod_files.c 2024-04-01 14:15:51 +02:00
php_session.h Use bool instead of int in session struct 2022-08-22 15:45:43 +01:00
session.c Fix GH-13680: Segfault with session_decode and compilation error 2024-03-13 17:47:25 +01:00
session.stub.php Declare ext/session constants in stubs (#9112) 2022-07-23 12:32:21 +02:00
session_arginfo.h Do not generate CONST_CS when registering constants (#9439) 2022-08-28 08:27:19 +02:00