]> granicus.if.org Git - php/commitdiff
TODO
authorAndrei Zmievski <andrei@php.net>
Mon, 6 Feb 2006 19:02:53 +0000 (19:02 +0000)
committerAndrei Zmievski <andrei@php.net>
Mon, 6 Feb 2006 19:02:53 +0000 (19:02 +0000)
ext/pcre/php_pcre.c

index c4424964a1d7b8bcfdde9c19f0ff9f44368d87ee..1ed0df8035a7f795c4154b6333ff427e07a15e2a 100644 (file)
 
 /* $Id$ */
 
+/*
+ * TODO
+ *
+ * - Allow NULL for $matches argument (helps when using preg_match only for
+ *   match condition)
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif