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 e306a2e commit 0d8aebfCopy full SHA for 0d8aebf
win32/build/phpize.js.in
@@ -203,7 +203,7 @@ if (buildconf_process_args() == 0) {
203
WScript.Quit(3);
204
}
205
206
-if (FSO.FileExists("config.w32")) {
+if (!FSO.FileExists("config.w32")) {
207
STDERR.WriteLine("Cannot find config.w32");
208
STDERR.WriteLine("Must be run from the root of the extension source");
209
WScript.Quit(10);
0 commit comments