Edit report at http://pear.php.net/bugs/bug.php?id=18761&edit=1
ID: 18761
Updated by: daniel.oconnor@gmail.com
Reported By: daniel dot oconnor at gmail dot com
Summary: Deprecated set_magic_quotes_runtime
Status: Open
Type: Bug
Package: MP3_Id
Package Version: SVN
PHP Version: 5.3.8
Roadmap Versions:
New Comment:
Some of the usages look like:
$mqr = get_magic_quotes_runtime();
set_magic_quotes_runtime(0);
... thus should be pretty safe to remove.
Previous Comments:
------------------------------------------------------------------------
[2011-08-27 03:56:17] doconnor
Description:
------------
WARNING: Function 'set_magic_quotes_runtime' is
deprecated, its use is no longer recommended in file
./MP3_Id/Id.php line 447
WARNING: Function 'set_magic_quotes_runtime' is
deprecated, its use is no longer recommended in file
./MP3_Id/Id.php line 459
WARNING: Function 'set_magic_quotes_runtime' is
deprecated, its use is no longer recommended in file
./MP3_Id/Id.php line 559
WARNING: Function 'set_magic_quotes_runtime' is
deprecated, its use is no longer recommended in file
./MP3_Id/Id.php line 577
WARNING: Function 'set_magic_quotes_runtime' is
deprecated, its use is no longer recommended in file
./MP3_Id/Id.php line 653
WARNING: Function 'set_magic_quotes_runtime' is
deprecated, its use is no longer recommended in file
./MP3_Id/Id.php line 666
WARNING: Function 'set_magic_quotes_runtime' is
deprecated, its use is no longer recommended in file
./MP3_Id/Id.php line 684
WARNING: Function 'set_magic_quotes_runtime' is
deprecated, its use is no longer recommended in file
./MP3_Id/Id.php line 823
------------------------------------------------------------------------