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;

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to