← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/php-fix-build into lp:zorba

 

William Candillon has proposed merging lp:~zorba-coders/zorba/php-fix-build into lp:zorba.

Requested reviews:
  William Candillon (wcandillon)
  Paul J. Lucas (paul-lucas)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/php-fix-build/+merge/102722

Fix the mac build with the PHP binding
-- 
https://code.launchpad.net/~zorba-coders/zorba/php-fix-build/+merge/102722
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'cmake_modules/FindPHP5.cmake'
--- cmake_modules/FindPHP5.cmake	2012-04-16 20:56:43 +0000
+++ cmake_modules/FindPHP5.cmake	2012-04-19 16:41:21 +0000
@@ -102,6 +102,8 @@
     __object_init
     __zend_hash_add_or_update
     _php_strtolower
+    _executor_globals
+    _call_user_function 
     )
     SET(CMAKE_SHARED_MODULE_CREATE_C_FLAGS
       "${CMAKE_SHARED_MODULE_CREATE_C_FLAGS},-U,${symbol}")


Follow ups