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:
2
NEWS
2
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
|
||||
|
||||
@@ -83,7 +83,6 @@
|
||||
#include "SAPI.h"
|
||||
#include "rfc1867.h"
|
||||
|
||||
#include "ext/standard/html_tables.h"
|
||||
#include "main_arginfo.h"
|
||||
/* }}} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user