PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Networking » Net_FTP » Bug #2843

'ftp' PHP extension is not installed

Details

Submitted2004-11-28 06:11 UTC
Fromnembriz at gmail dot com
Assignedtoby
StatusClosed
PackageNet_FTP
PHP Version4.3.9
OSFreeBSD 5.3-STABLE i386
Roadmaps(Not assigned)

Comments

[2004-11-28 06:11 UTC] nembriz at gmail dot com

Description:
------------
when trying to install Net_FTP using this:

pear install Net_FTP

I get this message:

'ftp' PHP extension is not installed
Net_FTP: Dependencies failed

Php is compiled with ftp support, output of: php -i | grep -C 2 ftp is:

Debug Build => no
Thread Safety => disabled
Registered PHP Streams => php, http, ftp, compress.zlib, compress.bzip2

--
dio support => enabled

ftp

FTP support => enabled

pkg_info | grep pear
php4-pear-4.3.9 PEAR framework for PHP

Reproduce code:
---------------
# pear install Net_Ftp

Expected result:
----------------
# pear install -n Net_Ftp
downloading Net_FTP-1.3.0RC1.tar ...
Starting to download Net_FTP-1.3.0RC1.tar (-1 bytes)
.....................done: 88,576 bytes
install ok: Net_FTP 1.3.0RC1

Actual result:
--------------
# pear install Net_Ftp
downloading Net_FTP-1.3.0RC1.tar ...
Starting to download Net_FTP-1.3.0RC1.tar (-1 bytes)
.....................done: 88,576 bytes
'ftp' PHP extension is not installed
Net_FTP: Dependencies failed