Skip to content

Commit 0d616d1

Browse files
committed
Fix GH-15693: Unnecessary include in main.c bloats binary
Closes GH-15700.
1 parent 98dc77f commit 0d616d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ PHP NEWS
1414
(Peter Kokot, zeriyoshi)
1515
. Fixed missing error when adding asymmetric visibility to unilateral virtual
1616
property. (ilutov)
17+
. Fixed bug GH-15693 (Unnecessary include in main.c bloats binary).
18+
(nielsdos)
1719

1820
- DOM:
1921
. Fixed bug GH-13988 (Storing DOMElement consume 4 times more memory in

main/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
#include "SAPI.h"
8484
#include "rfc1867.h"
8585

86-
#include "ext/standard/html_tables.h"
8786
#include "main_arginfo.h"
8887
/* }}} */
8988

0 commit comments

Comments
 (0)