From 0d616d1b82ca7609a7ece762cb8688d9bed74370 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Sun, 1 Sep 2024 22:40:25 +0200 Subject: [PATCH] Fix GH-15693: Unnecessary include in main.c bloats binary Closes GH-15700. --- NEWS | 2 ++ main/main.c | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e7d3b15435f..ff4465e9d75 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/main/main.c b/main/main.c index 15a9f9a59b2..26d38b83e16 100644 --- a/main/main.c +++ b/main/main.c @@ -83,7 +83,6 @@ #include "SAPI.h" #include "rfc1867.h" -#include "ext/standard/html_tables.h" #include "main_arginfo.h" /* }}} */