Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Stop compiling the trace extension on PHP 5.6 (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo authored Jul 17, 2017
1 parent d11a5c1 commit 4d2523d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions deb-package-builder/extensions/stackdriver_trace/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ echo "Building stackdriver trace for gcp-php${SHORT_VERSION}"
PNAME="gcp-php${SHORT_VERSION}-stackdriver-trace"
EXT_VERSION="0.1.0"

if [ ${SHORT_VERSION} == '56' ]; then
echo "PHP 5.6 is not supported"
exit 0
fi

download_from_tarball https://github.com/GoogleCloudPlatform/stackdriver-trace-php-extension/archive/master.tar.gz ${EXT_VERSION}

pwd
ls -al
build_package stackdriver_trace

0 comments on commit 4d2523d

Please sign in to comment.