Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25809 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8145 invoked by uid 1010); 24 Sep 2006 21:11:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 8129 invoked from network); 24 Sep 2006 21:11:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Sep 2006 21:11:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=alexei@net24.co.nz; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=alexei@net24.co.nz; sender-id=unknown Received-SPF: error (pb1.pair.com: domain net24.co.nz from 210.55.4.16 cause and error) X-PHP-List-Original-Sender: alexei@net24.co.nz X-Host-Fingerprint: 210.55.4.16 srv.exchange.net24.net.nz Windows 2000 SP4, XP SP1 Received: from [210.55.4.16] ([210.55.4.16:28197] helo=srv.exchange.net24.net.nz) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CA/CC-14982-494F6154 for ; Sun, 24 Sep 2006 17:11:50 -0400 Received: from [210.55.30.54] ([210.55.30.54]) by srv.exchange.net24.net.nz with Microsoft SMTPSVC(6.0.3790.1830); Mon, 25 Sep 2006 09:10:19 +1200 Message-ID: <4516F492.8010500@net24.co.nz> Date: Mon, 25 Sep 2006 09:11:46 +1200 User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 24 Sep 2006 21:10:19.0890 (UTC) FILETIME=[D762FD20:01C6E01D] Subject: [PATCH] Net_URL From: alexei@net24.co.nz (Alexei) Here is a patch for // $Id: URL.php,v 1.42 2005/10/29 11:17:56 dufuz Exp $ // // Net_URL Class Misspelled variable in function Net_URL::setProtocol() 418c418 < $this->port = is_null($port) ? $this->getStandardPort($protocal) : $port; --- > $this->port = is_null($port) ? $this->getStandardPort($protocol) : $port;