History log of /PHP-8.2/ext/session/tests/bug79031.phpt (Results 1 – 4 of 4)
Revision Date Author Comments
# 18521210 30-Jul-2021 Nikita Popov

Fix session + Serializable tests

These were broken when the deprecation warning was added, as the
extra output prevented the session from being started.


# 6600ad60 14-Jun-2021 Nikita Popov

Add some missing EXTENSIONS sections to misc tests


# 3e6b4479 07-Dec-2020 Nikita Popov

Partially deprecate Serializable

If Serializable is implemented, require that __serialize() and
__unserialize() are implemented as well, else issue a deprecation
warning.

Al

Partially deprecate Serializable

If Serializable is implemented, require that __serialize() and
__unserialize() are implemented as well, else issue a deprecation
warning.

Also deprecate use of PDO::FETCH_SERIALIZE.

RFC: https://wiki.php.net/rfc/phase_out_serializable

Closes GH-6494.

show more ...


# fcaf7cbd 30-Dec-2019 Nikita Popov

Add test for bug #79031

Fixed by preceding revert.