PHP 5.3 deprecation warning in Cache_Lite

Found a bug? Tell us!!
Post Reply
hanno
Regular
Posts: 72
Joined: Fri May 20, 2005 8:04 am
Contact:

PHP 5.3 deprecation warning in Cache_Lite

Post by hanno »

I just stepped over some deprecation warnings:

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/hanno/websites/hboeck.de/htdocs/bundled-libs/Cache/Lite.php on line 651 Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/hanno/websites/hboeck.de/htdocs/bundled-libs/Cache/Lite.php on line 661

This is part of the bundled PEAR Cache_Lite. It is quite old, just using latest upstream version 1.7.8 should be fine.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: PHP 5.3 deprecation warning in Cache_Lite

Post by garvinhicking »

Hi!

Thanks, I upgraed to 1.7.8 in our SVN trunk, and patched the file for the function call in the upcoming 1.5 release.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply