From: Jon Parise Date: Mon, 31 Dec 2007 04:27:47 +0000 (+0000) Subject: Document the 'cxx' parameter to PHP_NEW_EXTENSION. X-Git-Tag: RELEASE_2_0_0a1~1069 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5046a59d3f2a6776c1d35b6a5c8f8b7e6157c61;p=php Document the 'cxx' parameter to PHP_NEW_EXTENSION. --- diff --git a/acinclude.m4 b/acinclude.m4 index 62baa98da3..f316efec74 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -927,6 +927,7 @@ dnl "shared" can be set to "shared" or "yes" to build the extension as dnl a dynamically loadable library. Optional parameter "sapi_class" can dnl be set to "cli" to mark extension build only with CLI or CGI sapi's. dnl "extra-cflags" are passed to the compiler, with +dnl "cxx" can be used to indicate that a C++ shared module is desired. dnl @ext_srcdir@ and @ext_builddir@ being substituted. AC_DEFUN([PHP_NEW_EXTENSION],[ ext_builddir=[]PHP_EXT_BUILDDIR($1)