andrei Wed Feb 7 20:55:50 2001 EDT Modified files: /php4 TODO /php4/ext/pcre php_pcre.c Log: Move todo items. Index: php4/TODO diff -u php4/TODO:1.113 php4/TODO:1.114 --- php4/TODO:1.113 Mon Feb 5 06:29:21 2001 +++ php4/TODO Wed Feb 7 20:55:49 2001 @@ -79,7 +79,8 @@ 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: php4/ext/pcre/php_pcre.c diff -u php4/ext/pcre/php_pcre.c:1.85 php4/ext/pcre/php_pcre.c:1.86 --- php4/ext/pcre/php_pcre.c:1.85 Fri Feb 2 20:53:49 2001 +++ php4/ext/pcre/php_pcre.c Wed Feb 7 20:55:49 2001 @@ -16,13 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_pcre.c,v 1.85 2001/02/03 04:53:49 andrei Exp $ */ - -/* - TODO: - - Allow user to set PCRE_NOTEMPTY, PCRE_ANCHORED at execution time - - add option to preg_grep() to return entries that _don't_ match -*/ +/* $Id: php_pcre.c,v 1.86 2001/02/08 04:55:49 andrei Exp $ */ #include "php.h" #include "php_globals.h" -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]