From 3e669bc950eb5f36e5f0bec199f8e4b9de4d13f2 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 6 Dec 2005 02:28:41 +0000 Subject: MFH: nuke php3 legacy --- ext/pcre/php_pcre.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pcre/php_pcre.c') diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index a70af3ea48..3892005837 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -1610,7 +1610,7 @@ PHP_FUNCTION(preg_grep) /* {{{ module definition structures */ -function_entry pcre_functions[] = { +zend_function_entry pcre_functions[] = { PHP_FE(preg_match, third_arg_force_ref) PHP_FE(preg_match_all, third_arg_force_ref) PHP_FE(preg_replace, NULL) -- cgit v1.2.1