|
|
@ -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"); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|