We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98dc77f commit 0d616d1Copy full SHA for 0d616d1
NEWS
@@ -14,6 +14,8 @@ PHP NEWS
14
(Peter Kokot, zeriyoshi)
15
. Fixed missing error when adding asymmetric visibility to unilateral virtual
16
property. (ilutov)
17
+ . Fixed bug GH-15693 (Unnecessary include in main.c bloats binary).
18
+ (nielsdos)
19
20
- DOM:
21
. Fixed bug GH-13988 (Storing DOMElement consume 4 times more memory in
main/main.c
@@ -83,7 +83,6 @@
83
#include "SAPI.h"
84
#include "rfc1867.h"
85
86
-#include "ext/standard/html_tables.h"
87
#include "main_arginfo.h"
88
/* }}} */
89
0 commit comments