PHP Classes

File: config.w32

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP STMR   config.w32   Download  
File: config.w32
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: 201 bytes
 

Contents

Class file image Download
ARG_ENABLE('stmr', 'stmr support', 'no'); if (PHP_STMR != 'no') { AC_DEFINE('HAVE_STMR', 1, 'stmr support enabled'); EXTENSION('stmr', 'php_stmr.c', null, '/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1'); }