Browse Source

Fix assignment when SimpleXML is disabled on Windows

experimental/first_unicode_implementation
Kalle Sommer Nielsen 17 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 "); ADD_FLAG("CFLAGS_SIMPLEXML", "/D PHP_SIMPLEXML_EXPORTS ");
} else { } else {
PHP_SIMPLEXML == "no";
PHP_SIMPLEXML = "no";
WARNING("simplexml not enabled; libraries and headers not found"); WARNING("simplexml not enabled; libraries and headers not found");
} }
} }

Loading…
Cancel
Save