Page 1 of 1

PHP 5.3 deprecation warning in Cache_Lite

Posted: Thu Dec 10, 2009 1:12 pm
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.

Re: PHP 5.3 deprecation warning in Cache_Lite

Posted: Thu Dec 10, 2009 1:42 pm
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