Skip to content

Bugfix: Possible null return values in Request::getPost() and Request::getQuery()

Compare
Choose a tag to compare
@AndrewCarterUK AndrewCarterUK released this 26 Aug 23:09
· 133 commits to master since this release

Fixes

  • The possibility of a NULL return value from getPost() and getQuery() on the FastCGI request object has now been eliminated. This could have caused an issue with the Zend Diactoros library.