1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 15:08:16 +02:00
Files
archived-php-src/build
Nikita Popov 814a932734 Add ZEND_ACC_NOT_SERIALIZABLE flag
This prevents serialization and unserialization of a class and its
children in a way that does not depend on the zend_class_serialize_deny
and zend_class_unserialize_deny handlers that will be going away
in PHP 9 together with the Serializable interface.

In stubs, `@not-serializable` can be used to set this flag.

This patch only uses the new flag for a handful of Zend classes,
converting the remainder is left for later.

Closes GH-7249.
Fixes bug #81111.
2021-07-19 15:59:11 +02:00
..
2021-04-20 10:47:47 +02:00
2021-04-20 10:47:47 +02:00
2019-07-08 14:58:26 +02:00
2020-11-24 15:27:43 +01:00
2020-05-29 16:47:44 +02:00
2021-05-18 15:32:23 +03:00
2021-04-16 17:28:54 +03:00