From 1361185b9de2ea474cb4c3cec71523c300e8f7eb Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Thu, 16 Jan 2020 20:42:37 +0100 Subject: Removes some more unneeded code (#15395) --- misc/composer/build-xhprof.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/composer/build-xhprof.sh b/misc/composer/build-xhprof.sh index fb9741d0ec..88864db8eb 100755 --- a/misc/composer/build-xhprof.sh +++ b/misc/composer/build-xhprof.sh @@ -2,7 +2,7 @@ if ! type phpize &> /dev/null; then echo "phpize missing, skipping build" - echo "If you installed PHP via Aptitude, you can install phpize w/ 'sudo apt-get install php5-dev'" + echo "If you installed PHP via Aptitude, you can install phpize w/ 'sudo apt-get install php7-dev'" exit fi -- cgit v1.2.3