PHP Classes

File: config.m4

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP STMR   config.m4   Download  
File: config.m4
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP STMR
PHP extension to implement the Porter stemmer
Author: By
Last change:
Date: 1 year ago
Size: 243 bytes
 

Contents

Class file image Download
PHP_ARG_ENABLE(stmr, whether to enable stmr support, [ --enable-stmr Enable stmr support], no) if test "$PHP_STMR" != "no"; then AC_DEFINE(HAVE_STMR, 1, [ Have stmr support ]) PHP_NEW_EXTENSION(stmr, php_stmr.c, $ext_shared) fi