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.
2 parents 5899cab + 44775b7 commit 71aae5aCopy full SHA for 71aae5a
NEWS
@@ -16,6 +16,7 @@ PHP NEWS
16
. Fixed bug GH-14013 (Erroneous dnl appended in configure). (Peter Kokot)
17
. Fixed bug GH-10232 (If autoloading occurs during constant resolution
18
filename and lineno are identified incorrectly). (ranvis)
19
+ . Fixed bug GH-13727 (Missing void keyword). (Peter Kokot)
20
21
- Fibers:
22
. Fixed bug GH-13903 (ASAN false positive underflow when executing copy()).
build/libtool.m4
@@ -4636,7 +4636,7 @@ for ac_symprfx in "" "_"; do
4636
extern "C" {
4637
#endif
4638
char nm_test_var;
4639
-void nm_test_func(){}
+void nm_test_func(void){}
4640
#ifdef __cplusplus
4641
}
4642
0 commit comments