On Thu, 2 Aug 2007, Alexandru Stanoi wrote: > Modified: trunk/Url/src/url.php > ============================================================================== > --- trunk/Url/src/url.php [iso-8859-1] (original) > +++ trunk/Url/src/url.php [iso-8859-1] Thu Aug 2 11:11:58 2007 > @@ -367,9 +367,13 @@ > * The query part of the URL is build with http_build_query() which > * encodes the query in a similar way to urlencode(). > * > + * If $includeScriptName is true, then the script name (eg. 'index.php') > + * will be included in the result. By default the script name is hidden. > + * > + * @param bool $includeScriptName
Maybe we should mention that this is for BC reasons, and also mark it with an @apichange tag? regards, Derick -- svn-components mailing list [email protected] http://lists.ez.no/mailman/listinfo/svn-components
