in mnogosearch 3.2.33 (and earlier 3.2.x versions) this function should not be used, as udm_free_agent() implicitly frees this memory too.
as a result, you will have "double free" and crash of php/apache instance
(PHP 4 >= 4.0.5, PHP 5 < 5.1.0, PECL mnogosearch >= 1.0.0)
udm_free_ispell_data — Освобождает память, выделенную для ispell-данных
$agent
) : boolОсвобождает память, выделенную для ispell-данных.
udm_free_ispell_data() всегда возвращает TRUE
.
Замечание:
Функция поддерживается, начиная с mnoGoSearch версии 3.1.12, и ничего не делает в предыдущих версиях.
in mnogosearch 3.2.33 (and earlier 3.2.x versions) this function should not be used, as udm_free_agent() implicitly frees this memory too.
as a result, you will have "double free" and crash of php/apache instance