cellog Mon Feb 21 13:04:44 2005 EDT
Modified files:
/pear-core/tests/PEAR_Command_Install setup.php.inc
Log:
odd, commit changes to make this work
http://cvs.php.net/diff.php/pear-core/tests/PEAR_Command_Install/setup.php.inc?r1=1.3&r2=1.4&ty=u
Index: pear-core/tests/PEAR_Command_Install/setup.php.inc
diff -u pear-core/tests/PEAR_Command_Install/setup.php.inc:1.3
pear-core/tests/PEAR_Command_Install/setup.php.inc:1.4
--- pear-core/tests/PEAR_Command_Install/setup.php.inc:1.3 Sat Feb 19
19:30:47 2005
+++ pear-core/tests/PEAR_Command_Install/setup.php.inc Mon Feb 21 13:04:40 2005
@@ -79,10 +79,10 @@
require_once 'PEAR/Command/Install.php';
class test_PEAR_Command_Install extends PEAR_Command_Install
{
- function &getDownloader($ui, $options)
+ function &getDownloader($a, $b)
{
if (!isset($GLOBALS['__Stupid_php4_a'])) {
- $GLOBALS['__Stupid_php4_a'] = &new test_PEAR_Downloader($this->ui,
$options, $this->config);
+ $GLOBALS['__Stupid_php4_a'] = &new test_PEAR_Downloader($this->ui,
$b, $this->config);
}
return $GLOBALS['__Stupid_php4_a'];
}
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|