diff options
| author | Rui Hirokawa <hirokawa@php.net> | 2001-12-26 15:21:13 +0000 |
|---|---|---|
| committer | Rui Hirokawa <hirokawa@php.net> | 2001-12-26 15:21:13 +0000 |
| commit | e72d606c361f1c755423df7b48f71693bf002c13 (patch) | |
| tree | e095abb76d10c3b37dbc73a81c166287c00a66a8 /ext/mbstring/mbstring.h | |
| parent | f85c818fe870512a49a0c2885938c946c811270d (diff) | |
| download | php-git-e72d606c361f1c755423df7b48f71693bf002c13.tar.gz | |
added code to remove overloaded function in RSHUTDOWN.
Diffstat (limited to 'ext/mbstring/mbstring.h')
| -rw-r--r-- | ext/mbstring/mbstring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/mbstring.h b/ext/mbstring/mbstring.h index 0ce6024569..bed70adadc 100644 --- a/ext/mbstring/mbstring.h +++ b/ext/mbstring/mbstring.h @@ -124,7 +124,7 @@ struct mb_overload_def { int type; char *orig_func; char *ovld_func; - zend_function *orig; + char *save_func; }; #ifdef ZTS |
