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.
Created attachment 77324 [details] the phpinfo() screen after the update
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... :(((
This is a DUPLICATE of 72738. I have added further details there.
*** This bug has been marked as a duplicate of 72738 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.