Stut wrote:
> Jochem Maas wrote:
>> Németh Zoltán wrote:
>

...

> 
> I don't have numbers, but I'd bet this is quicker than doing a parse_url.

I didn't realise speed was an issue. and if it really was an issue I would 
suggest
offloading the url normailization into a batch routine that is run outside of 
any
web request - i.e. merely take the input store it somewhere as-is for later
normalization and insertion into the DB. (most likely total overkill)

personally I think robustness & correctness are more important than speed.

> 
> -Stut
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to