summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>1999-12-06 16:41:55 +0000
committerAndrei Zmievski <andrei@php.net>1999-12-06 16:41:55 +0000
commita9a5f24029c6377c7df33071c663322e465ef676 (patch)
tree40e689521ebb087fc3c29223213d52b027ab3bf0
parent02d76f8b864b095158de4e3e7e29a515fee329b1 (diff)
downloadphp-git-a9a5f24029c6377c7df33071c663322e465ef676.tar.gz
Add another item.
-rw-r--r--ext/pcre/php_pcre.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c
index 7adc62b7a7..2d0bd9107b 100644
--- a/ext/pcre/php_pcre.c
+++ b/ext/pcre/php_pcre.c
@@ -21,6 +21,8 @@
/*
TODO:
- Allow user to set PCRE_NOTEMPTY, PCRE_ANCHORED at execution time
+ - Make new modifier, similar to /e, that passes matches to
+ a user-defined function
*/
#include "php.h"