diff options
author | Andrei Zmievski <andrei@php.net> | 2006-02-06 19:02:53 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2006-02-06 19:02:53 +0000 |
commit | 6c180238fd4f0cff99a304f884286b2e9f0982c5 (patch) | |
tree | b7d5a5dc619075e21362c9f2f1d40561ff5a64bd /ext/pcre/php_pcre.c | |
parent | a0d912490d1b0c42020ba108d176486cde860459 (diff) | |
download | php-git-6c180238fd4f0cff99a304f884286b2e9f0982c5.tar.gz |
TODO
Diffstat (limited to 'ext/pcre/php_pcre.c')
-rw-r--r-- | ext/pcre/php_pcre.c | 7 |
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 |