seen from United Kingdom
seen from China
seen from Philippines
seen from Egypt

seen from China

seen from United States

seen from United States

seen from United States
seen from Brazil

seen from United States
seen from United States

seen from Australia

seen from United States
seen from South Africa
seen from United States
seen from Hong Kong SAR China

seen from Canada

seen from Singapore

seen from Singapore

seen from Singapore
Enabling leak detection for php module tests (.phpt)
The default run-tests.php script can run valgrind for you when executing tests to check for memory errors.
However, for some unexplicable reason, leak detection is not enabled.
To enable leak detection, you can manually edit the generated run-tests.php invocation of valgrind (you can search for valgrind -q for the invocation lines) and add --leak-check=full for full leak coverage (alternative settings for leak detection can be found here).