joomla-framework / application

Joomla Framework Application Package
GNU General Public License v2.0
21 stars 29 forks source link

stripos null user agent warning #126

Open wussup opened 2 months ago

wussup commented 2 months ago

stripos can not take a null value as an argument in PHP 8.1+

Deprecated: strpos(): Passing null to parameter #1 ($haystack)

Summary of Changes

check $userAgent before use stripos() function

Testing Instructions

make GET request without User Agent header

Documentation Changes Required

nothing

rdeutz commented 1 month ago

Thanks for the PR.

Sorry for the delay in replying:

Quy commented 3 days ago

Alternative PR #131