Bug 74557

Summary: PHP component not compiled with FTP library
Product: [Retired] Red Hat Linux Reporter: Andy P <pdx>
Component: phpAssignee: Joe Orton <jorton>
Status: CLOSED DUPLICATE QA Contact: David Lawrence <dkl>
Severity: high Docs Contact:
Priority: high    
Version: 7.1CC: role.rh-bugzilla
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-21 18:49:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 72738    
Bug Blocks:    
Attachments:
Description Flags
the phpinfo() screen after the update none

Description Andy P 2002-09-26 16:38:56 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt)

Description of problem:
the latest PHP update (which bumped version information to 4.1.2) packages have 
a big problem: internal FTP support is disabled (whereas in prior versions it 
was enabled). take a peek at the phpinfo(); screen: it says (within 
configuration options) that it was configured with --with-ftp, which is WRONG, 
WRONG, WRONG. :( the PHP manual clearly states that the correct option is --
enable-ftp. correct this ASAP please. btw, something got changed in the IMAP 
extension, too, i had to reconfigure IMP (to ignore certificate discrepancies, 
which is odd, as i didn't use IMAP-SSL), but i could fix that. this i can't.

Version-Release number of selected component (if applicable):
4.1.2-7.1.4

How reproducible:
Always

Steps to Reproduce:
1. upgrade a 7.1 box with the latest PHP update packages.
2. create a PHP document that has phpinfo(); in it.
3. watch the screen.
optionally: use any of the ftp_* commands. it says that the function doesn't 
exist.
	

Actual Results:  i got severely angry. ;) and FTP support doesn't work.

Expected Results:  nothing. the scripts should have had carried on fine after 
the upgrade.

Additional info:

so again:
--with-ftp : BAAAD!
--enable-ftp : GOOD!

recompile, please.

Comment 1 Andy P 2002-09-26 16:54:59 UTC
Created attachment 77324 [details]
the phpinfo() screen after the update

Comment 2 Andy P 2002-12-24 15:59:04 UTC
The new PHP update still contains this bug. Could a quickfix be issued as this 
bug bugs the hell out of me... :( Quite a few applications depend on ftp 
functionality on my servers, and I guess I'm not alone with this... :(((

Comment 3 Axoria Ltd 2003-02-19 13:11:07 UTC
This is a DUPLICATE of 72738.

I have added further details there.

Comment 4 Joe Orton 2004-04-05 12:40:48 UTC

*** This bug has been marked as a duplicate of 72738 ***

Comment 5 Red Hat Bugzilla 2006-02-21 18:49:41 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.