diff options
Diffstat (limited to 'ext/standard/php_smart_str_public.h')
-rw-r--r-- | ext/standard/php_smart_str_public.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/standard/php_smart_str_public.h b/ext/standard/php_smart_str_public.h index b445dd7767..7ce299e442 100644 --- a/ext/standard/php_smart_str_public.h +++ b/ext/standard/php_smart_str_public.h @@ -24,8 +24,7 @@ #include <sys/types.h> typedef struct { - char *c; - size_t len; + zend_string *s; size_t a; } smart_str; |