summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.c
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2001-02-08 04:55:49 +0000
committerAndrei Zmievski <andrei@php.net>2001-02-08 04:55:49 +0000
commit51c535f5104907bbf528bd8e4bf4e8b106741712 (patch)
tree5bc781ed4ae0571864fb9a5237f3a8ab2144cf91 /ext/pcre/php_pcre.c
parent9976674c6f47956d6c1638990981fb51e11396a9 (diff)
downloadphp-git-51c535f5104907bbf528bd8e4bf4e8b106741712.tar.gz
Move todo items.
Diffstat (limited to 'ext/pcre/php_pcre.c')
-rw-r--r--ext/pcre/php_pcre.c6
1 files changed, 0 insertions, 6 deletions
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"