Home » PEAR » PEAR » Bug #3613
error when installing net_ftp with pear 1.4
Details
| Submitted | 2005-02-27 03:28 UTC |
|---|---|
| From | ryansking at php dot net |
| Status | Bogus |
| Package | PEAR |
| PHP Version | 5.0.3 |
| OS | mac os x |
| Roadmaps | (Not assigned) |
Comments
[2005-02-27 03:28 UTC] ryansking at php dot net
Description:
------------
When I try to install net_ftp 1.3 with pear 1.4, I get
some fatal errors.
Reproduce code:
---------------
pear install net_ftp
Actual result:
--------------
AlBook:~ ryan$ pear install net_Ftp
Notice: Undefined variable: req_headers in PEAR/
Downloader.php on line 1111
downloading net_Ftp-1.3.0.tgz ...
Starting to download net_Ftp-1.3.0.tgz (22,304 bytes)
........done: 22,304 bytes
Notice: Undefined property: PEAR_Downloader::$_ui in
PEAR/Downloader/Package.php on line 1228
PHP Fatal error: Call to a member function outputData()
on a non-object in /usr/local/php5/lib/php/PEAR/
Downloader/Package.php on line 1228
Fatal error: Call to a member function outputData() on a
non-object in /usr/local/php5/lib/php/PEAR/Downloader/
Package.php on line 1228
AlBook:~ ryan$