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 1632a99 commit 9525eb6Copy full SHA for 9525eb6
config.w32
@@ -3,7 +3,7 @@
3
4
ARG_ENABLE("fastlz", "whether to enable fastlz support", "no");
5
6
-if (PHP_IGBINARY == "yes") {
7
- fastlz_sources="libfastlz/fastlz.c php_fastlz.c"
8
- EXTENSION("fastlz", fastlz_sources, true)
+if (PHP_FASTLZ == "yes") {
+ EXTENSION("fastlz", "php_fastlz.c", true)
+ ADD_SOURCES(configure_module_dirname + "/libfastlz", "fastlz.c ", "fastlz");
9
}
0 commit comments