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 f0fb9e3 commit e3f1073Copy full SHA for e3f1073
sapi/phpdbg/config.w32
@@ -20,7 +20,7 @@ if (PHP_PHPDBG == "yes") {
20
}
21
22
if (PHP_PHPDBGS == "yes") {
23
- SAPI('phpdbgs', PHPDBG_SOURCES, PHPDBG_DLL, '/D PHP_PHPDBG_EXPORTS /I win32');
+ SAPI('phpdbgs', PHPDBG_SOURCES, PHPDBG_DLL, '/D PHP_PHPDBG_EXPORTS');
24
ADD_FLAG("LIBS_PHPDBGS", "ws2_32.lib user32.lib");
25
ADD_FLAG("CFLAGS_PHPDBGS", "/D YY_NO_UNISTD_H");
26
0 commit comments