rfc 3546 in FireFox2

FireFox 2 has support for TLS server name indication. Yoo-Hoo!!!

google code search

Beware, when you put comment in an open-source project. Those are worldwide searchable by google’s google code search now
example

did you know…

Did you know, that while preg_match is faster than ereg, mb_ereg is even faster? Well, it is.
It’s all about libraries, actually.

“ereg” uses good-ol’ posix library, which is good, but… well… “old”.
“preg_match” uses PCRE
“mb_ereg” uses ultra-fast Oniguruma library