From 5c5ec8829229f89a31a68adbd8e8a44d144a09b2 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Wed, 26 Apr 2000 00:29:59 +0000 Subject: @Added substr_count() from Peter Kovacs. (Andrei) # also some todo stuff --- ext/pcre/php_pcre.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/pcre/php_pcre.c') diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index 7a9289803f..f8a19fb99c 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -24,6 +24,7 @@ - Make new modifier, similar to /e, that passes matches to a user-defined function - add option to preg_grep() to return entries that _don't_ match + - add option to preg_grep() to return the matching keys */ #include "php.h" -- cgit v1.2.1