php-src/ext/session
Christoph M. Becker af789afbe8
Fix type incompatibility in assignment.
This partially reverts 0956267c08, which
introduced a type incompatibility where an `int` function is assigned
to a `zend_result` function.  That yields a level 1 C4133 warning on
MSVC, and usually (e.g. in CI) level 1 warnings are elevated to errors,
so the build fails.[1]

The PHP-8.3 branch and up are uneffected by this, so the upward merges
should be empty.

[1] <0956267c08 (r144587696)>
2024-07-26 14:57:16 +02:00
..
tests Fix GH-14368: Test failure in ext/session/tests/gh13856.phpt (#14378) 2024-05-31 18:18:40 +02:00
config.m4 Fixed bug #80377 2020-11-25 11:47:05 +01:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
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 Make ext/session/mod_files.sh executable 2018-09-26 06:11:13 +02:00
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_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
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
php_session.h Use bool instead of int in session struct 2022-08-22 15:45:43 +01:00
session_arginfo.h Do not generate CONST_CS when registering constants (#9439) 2022-08-28 08:27:19 +02:00
session.c Fix type incompatibility in assignment. 2024-07-26 14:57:16 +02:00
session.stub.php Declare ext/session constants in stubs (#9112) 2022-07-23 12:32:21 +02:00