| 
	
 | 
 Posted by Andrι Medeiros on 06/29/05 21:51 
OK OK I got it ;) 
 
I just suggested it because I thought he could assume that "www." 
would always be on the string. 
 
Either way, I guess _one_ preg_replace is alright. 
 
On 6/29/05, Kevin L'Huillier <klhuillier@gmail.com> wrote: 
> > > Wouldn't 
> > > 
> > > $newUrl = 'https://' . substr( $_SERVER['SERVER_NAME'], 4 ) ......... 
> > > 
> > > be a _hell_ of a lot faster? 
> > 
> > If one considers micro-seconds 'a _hell_ of a lot faster', then _maybe_ 
>  
> And it could be slower if you avoid sending someone from 
> http://example.com/ to https://ple.com/ by adding a substring 
> check. 
>  
> -- 
> PHP General Mailing List (http://www.php.net/) 
> To unsubscribe, visit: http://www.php.net/unsub.php 
>  
>
 
  
Navigation:
[Reply to this message] 
 |