From d776975c82e09ac8ead2937c18e4e570e1d5d635 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Tue, 28 Jan 2014 11:11:46 -0800 Subject: [PATCH] Revert "Build ext_zend_compat extensions by default" This reverts commit 8bf8e1379657ef69ed89ce1afe5873387acbf05f. Not behaving as it's supposed to. Revert until I can figure that out. --- CMake/ExtZendCompat.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/ExtZendCompat.cmake b/CMake/ExtZendCompat.cmake index 3147bc4fd..c4640c2b9 100644 --- a/CMake/ExtZendCompat.cmake +++ b/CMake/ExtZendCompat.cmake @@ -1,4 +1,4 @@ -option(ENABLE_ZEND_COMPAT "Enable Zend source compatibility (beta)" ON) +option(ENABLE_ZEND_COMPAT "Enable Zend source compatibility (beta)" OFF) set(ZEND_COMPAT_PROJECTS) set(ZEND_COMPAT_BUILD_DIRS)