php-src/ext/session
Christoph M. Becker 217ea732fc
Use php_error_docref() instead of zend_error() in session.c (GH-15505)
Using `php_error_docref()` is preferable since it outputs additional
details (which function has been called and whether it is a startup or
shutdown error), uses HTML markup, and also provides a link to the
documentation, if configured.

Since these deprecation warnings have been introduced recently[1][2],
i.e. for PHP 8.4, there are no BC concerns.

[1] <e8ff7c70f9>
[2] <b36eac94d2>

Co-authored-by: Máté Kocsis <kocsismate90@gmail.com>
2024-09-04 16:00:28 +02:00
..
tests Use php_error_docref() instead of zend_error() in session.c (GH-15505) 2024-09-04 16:00:28 +02:00
config.m4 Add date extension to dependencies (#15475) 2024-08-18 16:47:57 +02:00
config.w32 Add date extension to dependencies (#15475) 2024-08-18 16:47:57 +02:00
CREDITS
mod_files.bat Remove forgotten obsolete session INI directives (#14238) 2024-05-15 17:01:15 +02:00
mod_files.c Merge branch 'PHP-8.2' into PHP-8.3 2024-04-20 17:11:33 +01:00
mod_files.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
mod_files.sh Update http links to https and sync www.php.net URLs (#14854) 2024-07-07 04:23:08 +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 Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
mod_user.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_session.h Remove hash dependency from session extension (#14409) 2024-06-01 17:06:17 +01:00
session_arginfo.h Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
session.c Use php_error_docref() instead of zend_error() in session.c (GH-15505) 2024-09-04 16:00:28 +02:00
session.stub.php Refactor session_set_save_handler() 2022-10-22 12:47:34 +01:00