mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
- Fixed TSRM problem in latest commit.
This commit is contained in:
parent
bc7ad69fbc
commit
cb1e4ab6c8
@ -1044,7 +1044,7 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler)
|
||||
php_mb_gpc_encoding_converter(&filename, &str_len, 1, NULL, NULL TSRMLS_CC);
|
||||
}
|
||||
s = php_mb_strrchr(filename, '\\' TSRMLS_CC);
|
||||
if (tmp = php_mb_strrchr(filename, '/')) {
|
||||
if (tmp = php_mb_strrchr(filename, '/' TSRMLS_CC)) {
|
||||
s = tmp;
|
||||
}
|
||||
num_vars--;
|
||||
|
Loading…
Reference in New Issue
Block a user