summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcre/php_pcre.h')
-rw-r--r--ext/pcre/php_pcre.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h
index 86f13e3447..ff1b2267e8 100644
--- a/ext/pcre/php_pcre.h
+++ b/ext/pcre/php_pcre.h
@@ -47,7 +47,7 @@ typedef struct {
int capture_count;
int name_count;
#if HAVE_SETLOCALE
- char *locale;
+ zend_string *locale;
unsigned const char *tables;
#endif
int compile_options;