1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext/spl
Tyson Andre 43def0af46 Deprecate SplFixedArray::__wakeup() (#9704)
GH-9354 added the `__serialize` and `__unserialize` method,
so unserialize() and other unserializers will call `__unserialize`
instead of `__wakeup` for SplFixedArray and userland subclasses.

RFC: https://wiki.php.net/rfc/deprecations_php_8_4#deprecate_splfixedarraywakeup
2024-08-08 16:16:42 +01:00
..
2024-06-08 17:15:36 +01:00
2024-07-23 16:34:16 -06:00
2024-06-15 01:33:09 +01:00
2024-07-23 16:34:16 -06:00
2024-07-06 23:58:37 +02:00