1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fix GH-15693: Unnecessary include in main.c bloats binary

Closes GH-15700.
This commit is contained in:
Niels Dossche
2024-09-01 22:40:25 +02:00
parent 98dc77f660
commit 0d616d1b82
2 changed files with 2 additions and 1 deletions

2
NEWS
View File

@@ -14,6 +14,8 @@ PHP NEWS
(Peter Kokot, zeriyoshi)
. Fixed missing error when adding asymmetric visibility to unilateral virtual
property. (ilutov)
. Fixed bug GH-15693 (Unnecessary include in main.c bloats binary).
(nielsdos)
- DOM:
. Fixed bug GH-13988 (Storing DOMElement consume 4 times more memory in

View File

@@ -83,7 +83,6 @@
#include "SAPI.h"
#include "rfc1867.h"
#include "ext/standard/html_tables.h"
#include "main_arginfo.h"
/* }}} */