From d2379dfe964548024e4b574b3dcb7e17351cb4ba Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Wed, 4 Aug 2021 13:18:56 +0200 Subject: [PATCH] Ports: Add PHP entry to taskbar menu --- Ports/php/package.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Ports/php/package.sh b/Ports/php/package.sh index db6e63933a7ea4..25758d651c9a26 100755 --- a/Ports/php/package.sh +++ b/Ports/php/package.sh @@ -14,6 +14,11 @@ configopts=" --with-zlib --without-pcre-jit " +launcher_name="PHP" +launcher_category="Development" +launcher_command="/usr/local/bin/php -a" +launcher_run_in_terminal="true" +icon_file="win32/build/php.ico" export CFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/local/include/libxml2" export LIBS="-ldl"