mirror of
https://github.com/php/php-src.git
synced 2025-01-18 01:33:44 +08:00
Fix regression issue
This commit is contained in:
parent
c71b745655
commit
d247a23188
@ -4104,10 +4104,6 @@ PHP_FUNCTION(parse_str)
|
||||
return;
|
||||
}
|
||||
|
||||
if (!arglen) {
|
||||
return;
|
||||
}
|
||||
|
||||
res = estrndup(arg, arglen);
|
||||
|
||||
if (arrayArg == NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user