iignatov / LightOpenID

Lightweight PHP5 library for easy OpenID authentication.
MIT License
79 stars 96 forks source link

Don't use get_magic_quotes_gpc anymore. #21

Open fieu opened 4 years ago

fieu commented 4 years ago

The reason for this is get_magic_quotes_gpc is deprecated in PHP ^7.4.0 and breaks a bunch of applications trying to use this library.

Related: https://github.com/SocialiteProviders/Providers/issues/383

fieu commented 3 years ago

Is this project dead? Can you at least give reason why you do not want to merge it? Don't leave people in the dark.