summaryrefslogtreecommitdiffstats
path: root/contrib/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cmake')
-rw-r--r--contrib/cmake/FindPHP5.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/cmake/FindPHP5.cmake b/contrib/cmake/FindPHP5.cmake
index 68e0f68..d449112 100644
--- a/contrib/cmake/FindPHP5.cmake
+++ b/contrib/cmake/FindPHP5.cmake
@@ -38,6 +38,12 @@ if (UNIX)
if (PHP_CONFIGURE_OPTIONS MATCHES ".*enable-maintainer-zts.*")
set(PHP_ZTS_ENABLED ON)
endif()
+
+ set(PHP_DEBUG_ENABLED OFF)
+ if (PHP_CONFIGURE_OPTIONS MATCHES ".*enable-debug.*")
+ set(PHP_DEBUG_ENABLED ON)
+ endif()
+
endif()
else()
message(STATUS "Finding PHP5 on Windows is not supported")