-- ?????? <[EMAIL PROTECTED]> wrote (on Saturday, 18 November 2006, 10:10 AM +0800): > In Zend_Http_Request code line 337 , $count($segs) should be count($segs). > And the attributes $_baseUrl,$_basePath and $_pathInfo initial value is ''. > But > the method getBaseUrl(),getBasePath() and getPathInfo() detect the attributes > link this :if ($this->_baseUrl === null) , if ($this->_basePath === null) > and > if ($this->_pathInfo === null) . > So when invoke method of these,just return ''.
Corrected in subversion; please test! -- Matthew Weier O'Phinney PHP Developer | [EMAIL PROTECTED] Zend - The PHP Company | http://www.zend.com/
