Changes of Revision 4
[-] [+] | Changed | install-pear.php |
@@ -210,7 +210,7 @@ $install_root = getenv('INSTALL_ROOT'); if (!empty($install_root)) { $options['packagingroot'] = $install_root; - $reg = &new PEAR_Registry($options['packagingroot']); + $reg = new PEAR_Registry($options['packagingroot']); } else { $reg = $config->getRegistry('default'); } |