From: Andrei Zmievski Date: Mon, 6 Feb 2006 19:02:53 +0000 (+0000) Subject: TODO X-Git-Tag: php-5.1.3RC1~141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c180238fd4f0cff99a304f884286b2e9f0982c5;p=php TODO --- diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index c4424964a1..1ed0df8035 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -18,6 +18,13 @@ /* $Id$ */ +/* + * TODO + * + * - Allow NULL for $matches argument (helps when using preg_match only for + * match condition) + */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif