jon             Mon Dec 31 04:27:47 2007 UTC

  Modified files:              
    /php-src    acinclude.m4 
  Log:
  Document the 'cxx' parameter to PHP_NEW_EXTENSION.
  
  
http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.384&r2=1.385&diff_format=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.384 php-src/acinclude.m4:1.385
--- php-src/acinclude.m4:1.384  Mon Aug 20 14:28:29 2007
+++ php-src/acinclude.m4        Mon Dec 31 04:27:47 2007
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: acinclude.m4,v 1.384 2007/08/20 14:28:29 jani Exp $
+dnl $Id: acinclude.m4,v 1.385 2007/12/31 04:27:47 jon Exp $
 dnl
 dnl This file contains local autoconf functions.
 dnl
@@ -927,6 +927,7 @@
 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)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to