Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16362 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32922 invoked by uid 1010); 3 Jun 2005 08:01:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 32885 invoked from network); 3 Jun 2005 08:01:56 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 3 Jun 2005 08:01:56 -0000 X-Host-Fingerprint: 212.95.66.33 smtp-out.coditel.net Linux 2.4/2.6 Received: from ([212.95.66.33:52769] helo=smtp-out.coditel.net) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id F6/72-12345-05D00A24 for ; Fri, 03 Jun 2005 03:57:05 -0400 Received: from smtp.coditel.net (localhost.localdomain [127.0.0.1]) by smtp-out.coditel.net (Postfix) with ESMTP id 15293EB1AE for ; Fri, 3 Jun 2005 09:57:01 +0200 (CEST) Received: from ines (cable-212.76.244.17.coditel.net [212.76.244.17]) by smtp.coditel.net (Postfix) with ESMTP id EF7CA2FD29 for ; Fri, 3 Jun 2005 09:56:59 +0200 (CEST) Received: from ines ([127.0.0.1] ident=miguel) by ines with esmtp (Exim 3.36 #1 (Debian)) id 1De734-00064D-00 for ; Fri, 03 Jun 2005 09:56:58 +0200 Date: Fri, 3 Jun 2005 09:56:57 +0200 To: internals@lists.php.net Message-ID: <20050603095657.6806aeff@ines> X-Mailer: Sylpheed-Claws 1.0.4 (GTK+ 1.2.10; i386-pc-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart_Fri__3_Jun_2005_09_56_57_+0200_uBslAnOZBN3NaMf=" X-AV-Checked: clean on smtp.coditel.net Subject: Would it be possible to backport ftp_raw to PHP 4.3.x? From: miguel@beeznest.org (Miguel Telleria de Esteban) --Multipart_Fri__3_Jun_2005_09_56_57_+0200_uBslAnOZBN3NaMf= Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Dear all, In our project we need to make use of ftp_raw to talk to a Hylafax server using non standard FTP commands. This can be done easily with the ftp_raw() function, but we are constrained by our web hosting in having the PHP 4.3 branch. Looking at CVS sources for PHP 5.0 and PHP 4.3.x it is very easy to take the code related to the function ftp_raw from 5.0 and incorporate it to 4.3.x in the ext/ftp directory. After compilation ftp_raw() works without any problems in 4.3. I include such a patch in attachment. We know that the 4.3.x branch is frozen and only bugfixes are accepted, but given: - The simplicity, small size and low cost of this change. - The doors it would open to 4.3 users (using hylafax commands and probably other uses too). we were wondering if you could also make this change so that the Whole World would benefit. Regards, Miguel Telleria --Multipart_Fri__3_Jun_2005_09_56_57_+0200_uBslAnOZBN3NaMf=--