1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 06:21:12 +02:00
Files
archived-php-src/ext
Niels Dossche 3fa5af8496 Fix crashes with entity references and predefined entities
There's two issues here:
- freeing of predefined entity declaration crashes (unique to 8.3 & master)
- using multiple entity references for a single entity declaration crashes
  (since forever)

The fix for the last issue is fairly easy to do on 8.3, but may require a
slightly different approach on 8.2. Therefore, for now this is 8.3-only.

Closes GH-13004.
2023-12-23 17:00:57 +01:00
..
2023-09-26 21:44:00 +02:00
2023-12-08 13:38:48 +01:00
2023-11-23 16:18:43 +00:00
2023-11-22 20:39:29 -06:00
2023-12-19 15:59:35 +01:00
2023-12-05 11:56:15 +01:00
2023-12-13 19:33:20 +01:00
2023-08-19 23:11:23 +01:00
2023-12-22 17:26:20 +00:00
2023-07-18 12:59:21 +02:00
2023-08-17 18:46:28 +01:00
2023-09-22 10:26:10 +02:00
2023-11-10 00:12:47 +01:00
2023-12-22 15:07:10 +01:00
2023-11-27 18:20:27 +00:00
2023-12-01 18:07:13 +01:00
2023-12-01 09:09:58 +01:00
2023-11-29 20:53:13 +01:00
2023-12-06 22:18:12 +01:00