pear / HTTP_Request2

Provides an easy way to perform HTTP requests (and does not require curl extension for this).
http://pear.php.net/package/HTTP_Request2
74 stars 66 forks source link

get_magic_quotes_runtime/set_magic_quotes_runtime depricated in 7.4.0/removed in 8.0.0 #22

Closed jwbrady closed 3 years ago

jwbrady commented 3 years ago

I was moving from 7.2 to 7.4, and noticed this deprecated warning appeared.

Deprecated: Function get_magic_quotes_runtime() is deprecated in D:\php\pear\pear\HTTP\Request2.php on line 935

sad-spirit commented 3 years ago

This was fixed in release 2.4.0, please upgrade.

jwbrady commented 3 years ago

Thanks. For some reason my pear install wasn't updating packages, despite not showing any errors.