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 9be9f70caa Fix weird unpack behaviour in DOM
Engine pitfall: the iter index is only updated by foreach opcodes, so
the existing code that used it as an index for the nodes w.r.t. the
start did not work properly. Fix it by using our own counter.

Closes GH-18004.
2025-03-09 11:17:03 +01:00
..
2024-01-31 11:20:44 +01:00
2025-03-06 15:04:18 +01:00
2025-03-09 11:17:03 +01:00
2024-10-13 21:12:46 +02:00
2024-12-18 11:38:44 +00:00
2024-11-27 19:54:06 +00:00
2024-11-10 20:16:33 +00:00
2025-02-02 13:37:21 +01:00
2024-01-04 19:29:37 +01:00
2024-08-06 16:54:58 +02:00
2024-10-03 21:11:25 +02:00
2025-02-16 00:16:57 +01:00
2024-06-28 20:14:20 +02:00
2025-02-14 23:09:57 +01:00