From: Andrei Zmievski Date: Thu, 6 Jul 2000 19:32:22 +0000 (+0000) Subject: preg_replace() can be non-greedy now. X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~376 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08011e170199aad95f0fb8182d6967bd03576bb4;p=php preg_replace() can be non-greedy now. --- diff --git a/TODO b/TODO index 18df7fc36d..58171182d3 100644 --- a/TODO +++ b/TODO @@ -60,7 +60,6 @@ ext/oci8 ext/pcre -------- - * have a non-greedy option for preg_replace(). * have an option for preg_grep() to return keys as well. * update the online docs from version 3.1 man page