summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO3
-rw-r--r--ext/pcre/php_pcre.c6
2 files changed, 2 insertions, 7 deletions
diff --git a/TODO b/TODO
index d8148343b0..1382364629 100644
--- a/TODO
+++ b/TODO
@@ -79,7 +79,8 @@ ext/oci8
ext/pcre
--------
- * update the online docs from version 3.1 man page
+ * Allow user to set PCRE_NOTEMPTY, PCRE_ANCHORED at execution time, maybe
+ * add option to preg_grep() to return entries that _don't_ match
ext/sablot
----------
diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c
index 70597f3fb8..e317308e3f 100644
--- a/ext/pcre/php_pcre.c
+++ b/ext/pcre/php_pcre.c
@@ -18,12 +18,6 @@
/* $Id$ */
-/*
- TODO:
- - Allow user to set PCRE_NOTEMPTY, PCRE_ANCHORED at execution time
- - add option to preg_grep() to return entries that _don't_ match
-*/
-
#include "php.h"
#include "php_globals.h"
#include "php_pcre.h"