Edit report at http://bugs.php.net/bug.php?id=54108&edit=1
ID: 54108 Updated by: [email protected] Reported by: [email protected] Summary: valgrind can not be found if located outside of system's default PATH -Status: Feedback +Status: Closed Type: Bug Package: Unknown/Other Function Operating System: FreeBSD PHP Version: trunk-SVN-2011-02-26 (SVN) -Assigned To: +Assigned To: felipe Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Thanks. Previous Comments: ------------------------------------------------------------------------ [2011-02-27 19:13:58] [email protected] That works ok. ------------------------------------------------------------------------ [2011-02-27 18:56:04] [email protected] I've committed a similar patch, can you check if it works? Thanks. ------------------------------------------------------------------------ [2011-02-27 18:55:41] [email protected] Automatic comment from SVN on behalf of felipe Revision: http://svn.php.net/viewvc/?view=revision&revision=308726 Log: - Possible fix for Bug #54108 (valgrind can not be found if located outside of system's default PATH) ------------------------------------------------------------------------ [2011-02-26 21:46:46] [email protected] Description: ------------ run-tests.php will fail to find valgrind executable if it is located outside of system's default PATH envoronment. In case of FreeBSD default path is /usr/bin:/bin and valgrind is installed into /usr/local/bin/valgrind. Test script: --------------- make test TESTS="-m ..." Expected result: ---------------- make should start tests with valgrind enabled Actual result: -------------- valgrind mode is disabled as valgrind binary is not found ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=54108&edit=1
