]> granicus.if.org Git - php/commitdiff
Move todo items.
authorAndrei Zmievski <andrei@php.net>
Thu, 8 Feb 2001 04:55:49 +0000 (04:55 +0000)
committerAndrei Zmievski <andrei@php.net>
Thu, 8 Feb 2001 04:55:49 +0000 (04:55 +0000)
TODO
ext/pcre/php_pcre.c

diff --git a/TODO b/TODO
index d8148343b07be7afd2811f74a4292a7b75a27e64..138236462970f2a190f3ac851b79bcf17e13662c 100644 (file)
--- 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
 ----------
index 70597f3fb8bf575fc6c53d596f99d69f4b90478f..e317308e3f558fea8066edfeb063a25c0baccc78 100644 (file)
 
 /* $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"