From c4e942953e32789edb2d2d978b1dc663a45ca1ce Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 15 Mar 2019 09:38:14 +0100 Subject: update to 0.0.4 drop patch merged upstream open https://github.com/ph4r05/php_aho_corasick/pull/17 fix version open https://github.com/ph4r05/php_aho_corasick/pull/16 travis run upstream test suite added in https://github.com/ph4r05/php_aho_corasick/pull/13 open https://github.com/ph4r05/php_aho_corasick/pull/18 arginfo --- REFLECTION | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 862c7ed..9883167 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,17 +1,44 @@ -Extension [ extension #73 ahocorasick version 2.0 ] { +Extension [ extension #73 ahocorasick version 0.0.4 ] { - Functions { Function [ function ahocorasick_match ] { + + - Parameters [3] { + Parameter #0 [ $needle ] + Parameter #1 [ $id ] + Parameter #2 [ $findAll ] + } } Function [ function ahocorasick_init ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } } Function [ function ahocorasick_deinit ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } } Function [ function ahocorasick_isValid ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } } Function [ function ahocorasick_finalize ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } } Function [ function ahocorasick_add_patterns ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $patterns ] + } } } -- cgit