Please send this to an PEAR list or report a bug at pear.php.net,
internals is the wrong place for this.
And as a related note: diff -u is way better readable and preferred.
johannes
Alexei wrote:
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