[horde] Horde 5 - Errors in log file

Vilius Šumskas vilius at lnk.lt
Mon Nov 19 15:50:57 UTC 2012


> Quoting Vilius ?umskas <vilius at lnk.lt>:
> 
> >> I'm seeing some errors in my log file and just need to know if I can
> >> ignore them for now, or do I need to fix them myself?
> >
> >
> >
> >> I'm running
> >> [root at www ~]# php -v
> >> PHP 5.3.3 (cli) (built: Aug 22 2012 20:50:05)
> >> Copyright (c) 1997-2010 The PHP Group
> >> Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
> >>
> >> I'm seeing:
> >> Nov 18 07:45:01 www php: PHP Deprecated:  Assigning the return value
> >> of new by reference is deprecated in /usr/share/pear/PEAR/Config.php
> >> on line 650
> >
> > <snip>
> >
> >> And this:
> >> Nov 18 07:45:01 www php: PHP Deprecated:  Function
> >> set_magic_quotes_runtime() is deprecated in
> >> /usr/share/pear/PEAR/Config.php on line 1026
> >> Nov 18 07:45:01 www php: PHP Deprecated:  Function
> >> set_magic_quotes_runtime() is deprecated in
> >> /usr/share/pear/PEAR/Config.php on line 1033
> >>
> >>
> >> Which seems to be fixed by replacing all the lines with
> >> set_magic_quotes_runtime(0); with ini_set("magic_quotes_runtime", 0);
> >>
> >>
> >> This "fixes" I found by searching the 'Net, I don't know if that is
> >> the proper way, but doing this removes these errors and my install
> >> seems to be functioning just fine.
> >
> > The proper way would be to upgrade your PEAR. It is way too old for
> > the version of PHP you are running.
> >
> > --
> >    Vilius
> >
> > --
> > Horde mailing list
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: horde-unsubscribe at lists.horde.org
> >
> 
> How is pear to old, everything seems to be current?
> 
> [root at www ~]# pear ua -c pear
> Nothing to upgrade-all in channel "pear"
> 
> [root at www ~]# pear list
> Installed packages, channel pear.php.net:
> =========================================
> Package                Version State
> Archive_Tar            1.3.10  stable
> Auth_SASL              1.0.6   stable
> Auth_SASL2             0.1.0   beta
> Cache                  1.5.6   stable
> Cache_Lite             1.7.15  stable
> Console_Color          1.0.3   stable
> Console_Getargs        1.3.5   stable
> Console_Getopt         1.3.1   stable
> Console_Table          1.1.4   stable
> Crypt_Blowfish         1.0.1   stable
> DB                     1.7.14  stable
> Date                   1.4.7   stable
> Date_Holidays          0.21.6  alpha
> Date_Holidays_USA      0.1.1   alpha
> File                   1.4.1   stable
> File_CSV               1.0.0   stable
> File_Find              1.3.2   stable
> File_Util              1.0.0   stable
> HTTP                   1.4.1   stable
> HTTP_Request           1.4.4   stable
> HTTP_Request2          2.1.1   stable
> Log                    1.12.7  stable
> MDB2                   2.4.1   stable
> MDB2_Driver_mysql      1.4.1   stable
> Mail                   1.2.0   stable
> Mail_Mime              1.8.6   stable
> Net_DIME               1.0.2   stable
> Net_DNS2               1.2.4   stable
> Net_FTP                1.3.7   stable
> Net_IMAP               1.1.2   stable
> Net_SMTP               1.6.1   stable
> Net_Sieve              1.3.2   stable
> Net_Socket             1.0.10  stable
> Net_URL                1.0.15  stable
> Net_URL2               2.0.0   stable
> PEAR                   1.9.4   stable
> PEAR_Command_Packaging 0.3.0   alpha
> SOAP                   0.13.0  beta
> Services_Weather       1.4.7   stable
> Structures_Graph       1.0.4   stable
> Text_Figlet            1.0.2   stable
> XML_Parser             1.3.4   stable
> XML_Parser2            0.1.0   beta
> XML_RPC                1.5.5   stable
> XML_RPC2               1.1.1   stable
> XML_SVG                1.1.0   stable
> XML_Serializer         0.20.2  beta
> XML_Util               1.2.1   stable


Sorry, I've never seen these errors here with exact same PEAR/PHP  versions, so assumed that you had them outdated. No idea why though.

-- 
   Vilius



More information about the horde mailing list