From 878906fbb86a4ad353d156de3cb23b09d55aeb61 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Sat, 15 Jan 2000 21:35:50 +0000 Subject: [PATCH] Another idea I had today. --- ext/pcre/php_pcre.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index c8122c6b35..2624084184 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -23,6 +23,7 @@ - Allow user to set PCRE_NOTEMPTY, PCRE_ANCHORED at execution time - 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 */ #include "php.h" -- 2.40.0