]> granicus.if.org Git - php/commitdiff
Document the 'cxx' parameter to PHP_NEW_EXTENSION.
authorJon Parise <jon@php.net>
Mon, 31 Dec 2007 04:27:47 +0000 (04:27 +0000)
committerJon Parise <jon@php.net>
Mon, 31 Dec 2007 04:27:47 +0000 (04:27 +0000)
acinclude.m4

index 62baa98da320dd348f7366e8ef1e494fc82ca303..f316efec74f78840cd580e5c42a75643631ed6a3 100644 (file)
@@ -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)