Description: Typo in cache setting in set() command
Author: Mathieu Malaterre <malat@debian.org>

--- cmake-2.8.11.orig/Modules/FindPHP4.cmake
+++ cmake-2.8.11/Modules/FindPHP4.cmake
@@ -40,7 +40,7 @@ if(PHP4_FOUND_INCLUDE_PATH)
   foreach(php4_path Zend main TSRM)
     set(php4_paths ${php4_paths} "${PHP4_FOUND_INCLUDE_PATH}/${php4_path}")
   endforeach()
-  set(PHP4_INCLUDE_PATH "${php4_paths}" INTERNAL "PHP4 include paths")
+  set(PHP4_INCLUDE_PATH "${php4_paths}" CACHE INTERNAL "PHP4 include paths")
 endif()
 
 find_program(PHP4_EXECUTABLE NAMES php4 php )
