seen from China
seen from Türkiye

seen from United Kingdom

seen from United Kingdom

seen from Kazakhstan
seen from China
seen from China
seen from Germany
seen from Germany

seen from Malaysia

seen from United States

seen from United Kingdom
seen from United States

seen from Malaysia
seen from China
seen from Switzerland

seen from Malaysia
seen from Malaysia

seen from France
seen from China
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).