diff options
Diffstat (limited to 'sapi/isapi/php5isapi.c')
-rw-r--r-- | sapi/isapi/php5isapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/isapi/php5isapi.c b/sapi/isapi/php5isapi.c index 5cf8ac1a7d..30b314dd74 100644 --- a/sapi/isapi/php5isapi.c +++ b/sapi/isapi/php5isapi.c @@ -354,7 +354,7 @@ static char *sapi_isapi_read_cookies(TSRMLS_D) efree(tmp_variable_buf); } } - return ""; + return STR_EMPTY_ALLOC(); } |