summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.c
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-04-26 00:29:59 +0000
committerAndrei Zmievski <andrei@php.net>2000-04-26 00:29:59 +0000
commit5c5ec8829229f89a31a68adbd8e8a44d144a09b2 (patch)
tree5f040d8d3bc171845422b468347e40b09a69161d /ext/pcre/php_pcre.c
parent94a724f68625c7b4c1cc83e9b6fdf98060eace34 (diff)
downloadphp-git-5c5ec8829229f89a31a68adbd8e8a44d144a09b2.tar.gz
@Added substr_count() from Peter Kovacs. (Andrei)
# also some todo stuff
Diffstat (limited to 'ext/pcre/php_pcre.c')
-rw-r--r--ext/pcre/php_pcre.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c
index 7a9289803f..f8a19fb99c 100644
--- a/ext/pcre/php_pcre.c
+++ b/ext/pcre/php_pcre.c
@@ -24,6 +24,7 @@
- Make new modifier, similar to /e, that passes matches to
a user-defined function
- add option to preg_grep() to return entries that _don't_ match
+ - add option to preg_grep() to return the matching keys
*/
#include "php.h"