@ command. StopTable will not be supported by mnogosearch-3.2.x
- Added support for word match mnogosearch-3.2 command and for stopfile
command. StopTable will not be supported by mnogosearch-3.2.x
break;
case UDM_PARAM_WORD_MATCH:
-#if UDM_VERSION_ID < 30200
switch (atoi(val)){
case UDM_MATCH_WORD:
Agent->word_match=UDM_MATCH_WORD;
RETURN_FALSE;
break;
}
-#endif
break;
case UDM_PARAM_CACHE_MODE:
switch (atoi(val)){
break;
case UDM_PARAM_STOPFILE:
-#if UDM_VERSION_ID < 30200
if (UdmFileLoadStopList(Agent->Conf,val)) {
php_error(E_WARNING,Agent->Conf->errstr);
RETURN_FALSE;
}
-#endif
break;
case UDM_PARAM_WEIGHT_FACTOR: