Remove positive is_typechecker guards
[hiphop-php.git] / hphp / doc / limitations
blob0073aed1630a6ff4fdd420a2921e850adb519af7
2 <h2>Known Limitations</h2>
4 1. If using the PHP setlocale function, because it is implemented in terms of
5 setlocale(3), it is process-wide and will affect all requests as well as, for
6 example, internal logging. One way to mitigate the effect is to call
7 setlocale(LC_ALL, "C"); at the end of a request to restore the default locale
8 but this does not change the fact that PHP setlocale() is process-wide.