Browse Source

Move todo items.

PHP-4.0.5
Andrei Zmievski 26 years ago
parent
commit
51c535f510
  1. 3
      TODO
  2. 6
      ext/pcre/php_pcre.c

3
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
----------

6
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"

Loading…
Cancel
Save