summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.c
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2006-02-06 19:02:53 +0000
committerAndrei Zmievski <andrei@php.net>2006-02-06 19:02:53 +0000
commit6c180238fd4f0cff99a304f884286b2e9f0982c5 (patch)
treeb7d5a5dc619075e21362c9f2f1d40561ff5a64bd /ext/pcre/php_pcre.c
parenta0d912490d1b0c42020ba108d176486cde860459 (diff)
downloadphp-git-6c180238fd4f0cff99a304f884286b2e9f0982c5.tar.gz
TODO
Diffstat (limited to 'ext/pcre/php_pcre.c')
-rw-r--r--ext/pcre/php_pcre.c7
1 files changed, 7 insertions, 0 deletions
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