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
Niels Dossche f1fc4e8ff7 Fix GH-16957: Assertion failure in array_shift with self-referencing array
We have an RC1 violation because we're immediately dereferencing and
copying the resulting array in the test case. Instead, transfer the
lifetime using RETVAL_COPY_VALUE and unwrap only after the internal
iterator is reset.

Closes GH-16970.
2024-11-29 19:21:11 +01:00
..
2024-01-31 11:20:44 +01:00
2024-11-26 20:37:51 +01:00
2024-11-01 23:47:21 +01:00
2024-11-26 21:25:05 +01:00
2024-10-13 21:12:46 +02:00
2024-10-14 19:24:01 +02:00
2023-12-05 11:56:15 +01:00
2024-11-13 12:49:00 +00:00
2024-11-27 19:54:06 +00:00
2024-11-10 20:16:33 +00:00
2024-08-28 14:31:24 +02:00
2024-11-15 18:55:31 +01:00
2024-11-20 11:12:19 +01:00
2024-01-04 19:29:37 +01:00
2024-08-06 16:54:58 +02:00
2024-11-09 11:49:08 +01:00
2024-10-03 21:11:25 +02:00
2024-11-06 20:31:30 +09:00
2024-11-26 21:25:05 +01:00
2024-11-09 17:08:19 +01:00
2024-10-13 02:07:11 +02:00
2024-06-28 20:14:20 +02:00
2024-11-04 17:47:49 +01:00
2024-01-31 11:20:44 +01:00
2024-10-13 02:29:22 +02:00