pecl produces warning messages with PHP53
Issue
PHP 5.3.3 does not work smooth with php-pear.
- Running the pecl command produces the following warning messages:
[root@byof02 ~]# pecl list
: Assigning the return value of new by reference is deprecated in Frontend.php on line 92
: Assigning the return value of new by reference is deprecated in Config.php on line 575
: Assigning the return value of new by reference is deprecated in Config.php on line 605
: Assigning the return value of new by reference is deprecated in Config.php on line 672
: Assigning the return value of new by reference is deprecated in Config.php on line 701
: Assigning the return value of new by reference is deprecated in Config.php on line 832
: Assigning the return value of new by reference is deprecated in Config.php on line 1466
: Assigning the return value of new by reference is deprecated in Config.php on line 1493
: Assigning the return value of new by reference is deprecated in Config.php on line 1989
: Assigning the return value of new by reference is deprecated in Config.php on line 2002
: Assigning the return value of new by reference is deprecated in Config.php on line 2058
: Assigning the return value of new by reference is deprecated in Registry.php on line 281
: Assigning the return value of new by reference is deprecated in Registry.php on line 1283
: Assigning the return value of new by reference is deprecated in Registry.php on line 1289
: Assigning the return value of new by reference is deprecated in Command.php on line 137
: Assigning the return value of new by reference is deprecated in Command.php on line 154
: Function set_magic_quotes_runtime() is deprecated in Config.php on line 942
: Function set_magic_quotes_runtime() is deprecated in Config.php on line 954
: Assigning the return value of new by reference is deprecated in PEAR/Command/Registry.php on line 206
: Assigning the return value of new by reference is deprecated in PEAR/Command/Registry.php on line 366
: Function eregi() is deprecated in PEAR/Registry.php on line 735
: Function set_magic_quotes_runtime() is deprecated in PEAR/DependencyDB.php on line 485
: Function set_magic_quotes_runtime() is deprecated in PEAR/DependencyDB.php on line 494
: Function eregi() is deprecated in PEAR/Registry.php on line 735
Environment
- Red Hat Enterprise Linux 5
- PHP 5.3.3
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.