mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
PHP (5?) renamed the PHP_EXECUTABLE variable to TEST_PHP_EXECUTABLE. As a result of that if you enabled debugging, the tests broke because we no longer used our custom PHP wrapper to filter out debugging environment variables before running the tests, so debug output was mixed with the expected output. This commit also updates an old comment telling you how to debug PHP tests.