serbanghita / Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices (including tablets). It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
http://mobiledetect.net
MIT License
10.52k stars 2.67k forks source link

fix php deprecated warning when passing null as subject in preg_match() #879

Closed julienbornstein closed 2 years ago

julienbornstein commented 2 years ago

fix #876

JayBizzle commented 2 years ago

Hi @serbanghita

Any chance you could tag a new release with this fix please. Our deprecation logs are filling up very quickly because of this.

Thanks 👍🏻

serbanghita commented 2 years ago

@JayBizzle yes, doing it today

JayBizzle commented 2 years ago

Brilliant, thank you

serbanghita commented 2 years ago

@JayBizzle @julienbornstein done https://github.com/serbanghita/Mobile-Detect/releases/tag/2.8.38