diff options
Diffstat (limited to 'ext/ereg/php_ereg.h')
-rw-r--r-- | ext/ereg/php_ereg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ereg/php_ereg.h b/ext/ereg/php_ereg.h index c261abf4d2..6b03d641ee 100644 --- a/ext/ereg/php_ereg.h +++ b/ext/ereg/php_ereg.h @@ -33,7 +33,7 @@ #ifndef _REG_H #define _REG_H -extern php3_module_entry regexp_module_entry; +extern zend_module_entry regexp_module_entry; #define regexp_module_ptr ®exp_module_entry char *_php3_regreplace(const char *pattern, const char *replace, const char *string, int icase, int extended); |