From: Andrei Zmievski Date: Mon, 6 Dec 1999 16:41:55 +0000 (+0000) Subject: Add another item. X-Git-Tag: PRE_RETURN_REF_PATCH~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9a5f24029c6377c7df33071c663322e465ef676;p=php Add another item. --- diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index 7adc62b7a7..2d0bd9107b 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -21,6 +21,8 @@ /* TODO: - 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 */ #include "php.h"