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.
2 parents b6f66f1 + 3fe9e10 commit 2687be6Copy full SHA for 2687be6
ext/session/config.m4
@@ -27,7 +27,12 @@ if test "$PHP_MM" != "no"; then
27
if test -z "$MM_DIR" ; then
28
AC_MSG_ERROR(cannot find mm library)
29
fi
30
-
+
31
+ if test "$enable_maintainer_zts" = "yes"; then
32
+ dnl The mm library is not thread-safe, and mod_mm.c refuses to compile.
33
+ AC_MSG_ERROR(--with-mm cannot be combined with --enable-maintainer-zts)
34
+ fi
35
36
PHP_ADD_LIBRARY_WITH_PATH(mm, $MM_DIR/$PHP_LIBDIR, SESSION_SHARED_LIBADD)
37
PHP_ADD_INCLUDE($MM_DIR/include)
38
PHP_INSTALL_HEADERS([ext/session/mod_mm.h])
0 commit comments