Browse Source

Fix assignment when SimpleXML is disabled on Windows

experimental/first_unicode_implementation
Kalle Sommer Nielsen 16 years ago
parent
commit
e9692ffd2a
  1. 2
      ext/simplexml/config.w32

2
ext/simplexml/config.w32

@ -15,7 +15,7 @@ if (PHP_SIMPLEXML == "yes") {
}
ADD_FLAG("CFLAGS_SIMPLEXML", "/D PHP_SIMPLEXML_EXPORTS ");
} else {
PHP_SIMPLEXML == "no";
PHP_SIMPLEXML = "no";
WARNING("simplexml not enabled; libraries and headers not found");
}
}

Loading…
Cancel
Save