Uh oh!
There was an error while loading. Please reload this page.
Fix GH-15752: finfo_file() - parameter validation error messages - #15755
Fix GH-15752: finfo_file() - parameter validation error messages#15755DanielEScherzer wants to merge 1 commit into
finfo_file() - parameter validation error messages#15755Conversation
DanielEScherzer
commented
Sep 4, 2024
Note that the merge to |
devnexen
commented
Sep 4, 2024
Differences between master and release branches is a common occurence, nothing new ! lgtm once you fix the existing tests failures. |
ad37fc1 to
056cfe7Comparefinfo_file() - parameter validation error messagefinfo_file() - parameter validation error messagesDanielEScherzer
commented
Sep 4, 2024
Done - turns out there is an existing test that was just expecting the wrong thing, so I fixed that and dropped my new test |
Show the correct parameter names and numbers - the errors are caused by the second parameter being empty or having null bytes, not the first.
056cfe7 to
ed32452Compare
Show the correct parameter names and numbers - the errors are caused by the
second parameter being empty or having null bytes, not the first.