History log of /PHP-8.2/ext/session/session.stub.php (Results 1 – 19 of 19)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# a98560ad 23-Jul-2022 Máté Kocsis

Declare ext/session constants in stubs (#9112)

# 50f31829 25-Aug-2021 Máté Kocsis

Generate optimizer func info from stubs for a few extensions - part 2 (#7401)

ext/bcmath, ext/fileinfo, ext/filter, ext/gettext, ext/session

# 787db3af 28-May-2021 Máté Kocsis

Declare tentative return types for ext/session (#7005)

# 53b5105e 27-May-2021 Máté Kocsis

Merge branch 'PHP-8.0'

* Fix session cleanup
* Fix the return type of SessionHandler::gc()


# 6fb08f46 27-May-2021 Máté Kocsis

Fix return type of SessionHandler::gc()

Relates to GH-7006

# ec3bdd3b 20-Apr-2021 Máté Kocsis

Merge branch 'PHP-8.0'

* Fix return type of SessionHandler::read()


# ffb1ff37 19-Apr-2021 Máté Kocsis

Fix return type of SessionHandler::read()

# 5b5bfd6b 14-Feb-2021 Máté Kocsis

Generate class entries from stubs for phar, posix, pspell, readline, reflection, session, shmop

Closes GH-6692

# efe6006c 29-Sep-2020 Máté Kocsis

Review parameter names in ext/session

Closes GH-6239

# 46c0c82a 14-Sep-2020 Máté Kocsis

Declare array|int and object-of-class|int types in stubs

Closes GH-6081

Co-Authored-By: Nikita Popov <nikic@php.net>

# f293e6b9 10-Sep-2020 Máté Kocsis

Clean up ext/session errors

Closes GH-6111

# 0d330e1a 28-Jul-2020 Máté Kocsis

Add a few missing parameter types in stubs

Related to GH-5627

# b9816628 22-Jun-2020 Máté Kocsis

Fix a couple of UNKNOWN default values in ext/session

Closes GH-5752

# 1bba691e 12-Apr-2020 Máté Kocsis

Generate method entries for ext/session and ext/reflection

Closes GH-5376

# ca006e54 11-Apr-2020 Máté Kocsis

Add missing visibility modifiers in stubs

# 5868aced 10-Apr-2020 Máté Kocsis

Fix the default parameter values of session_set_save_handler()

Co-Authored-By: Christoph M. Becker <cmbecker69@gmx.de>

# a43bc33f 04-Apr-2020 Máté Kocsis

Annotate function aliases in stubs

Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6
# 27e83d0f 08-Nov-2019 Máté Kocsis

Add union return types for function stubs

Revision tags: php-7.3.12RC1, php-7.2.25RC1, php-7.4.0RC5, php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4, php-7.3.11RC1, php-7.2.24RC1, php-7.4.0RC3, php-7.2.23, php-7.3.10, php-7.4.0RC2, php-7.2.23RC1, php-7.3.10RC1, php-7.4.0RC1, php-7.1.32, php-7.2.22, php-7.3.9, php-7.4.0beta4, php-7.2.22RC1, php-7.3.9RC1
# 1fc2fec1 10-Aug-2019 Craig Duncan

Convert session functions arginfo to php stubs