diff options
| author | Antony Dovgal <tony2001@php.net> | 2005-05-22 12:59:29 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2005-05-22 12:59:29 +0000 |
| commit | cd98638298bdbf54d147cf50069887f830c74a90 (patch) | |
| tree | 3509cc387271687e4b919a2dab0c64400c3c30e0 /ext | |
| parent | dd5c63bc185bb13cdd0bdbe0e1a7ec1a488a089f (diff) | |
| download | php-git-cd98638298bdbf54d147cf50069887f830c74a90.tar.gz | |
MFH: fix compile warning
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/session/session.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/session/session.c b/ext/session/session.c index 7825a7afe1..36fd5eeb16 100644 --- a/ext/session/session.c +++ b/ext/session/session.c @@ -129,6 +129,7 @@ static PHP_INI_MH(OnUpdateSaveDir) { } } OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); + return SUCCESS; } /* {{{ PHP_INI |
