1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 06:02:23 +02:00
Files
archived-php-src/ext
Nikita Popov de7ba3e737 Fix repeated file cache unserialization of zval string
The IS_UNSERIALIZED check here does not work if the string is
interned (serialized with file_cache_only=0) but unserialization
happens with file_cache_only=1. In this case the unserializde
string will be in the str area after mem, which is not included
in the script size, and which is also not accessible at this
point without threading through more information. Work around
the problem by checking for the serialized representation instead.
2021-08-18 12:38:27 +02:00
..
2021-06-08 15:38:57 +02:00
2020-10-07 14:58:43 +02:00
2021-08-08 12:11:18 +01:00
2021-05-28 23:24:55 +02:00
2021-08-05 09:02:31 +02:00
2020-10-02 11:56:16 +02:00
2021-06-14 10:59:13 +02:00
2021-06-28 14:41:33 +02:00
2021-08-03 16:20:16 +02:00
2021-06-10 14:47:36 +02:00
2020-10-07 12:26:46 +02:00
2020-10-09 15:25:23 +02:00
2021-08-17 12:27:32 +02:00
2021-07-20 00:28:27 +02:00
2021-03-16 09:31:46 +01:00
2021-06-02 12:21:45 +02:00
2021-04-27 22:23:06 +02:00
2021-04-12 12:15:07 +02:00
2021-07-12 18:35:49 +02:00
2020-12-24 17:48:39 +11:00
2021-04-26 19:37:41 +02:00
2021-04-11 10:38:07 +02:00
2021-06-03 10:33:10 +02:00
2021-07-01 13:36:57 +02:00
2021-05-28 09:45:06 +02:00
2021-07-23 17:49:56 +02:00
2021-08-03 12:10:20 +02:00
2020-09-18 14:28:32 +02:00
2021-03-29 14:19:39 +02:00
2021-07-15 16:40:29 +02:00
2020-12-02 10:19:32 +01:00
2020-10-08 10:28:50 +02:00
2021-06-07 12:10:01 +02:00
2021-04-26 12:12:04 +02:00