We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c7c82 commit bd0ea79Copy full SHA for bd0ea79
1 file changed
stacks/php/build.sh
@@ -8,7 +8,7 @@ function build() {
8
echo "libpcre3-dev" > ${META_DIR}/dependencies
9
mkdir -p /opt/drycc/php/profile.d
10
cat << EOF > /opt/drycc/php/profile.d/php.sh
11
-export PATH="/opt/drycc/php/bin:/opt/drycc/php/sbin:\$PATH"
+export PATH="/opt/drycc/php/bin:/opt/drycc/php/sbin:/opt/drycc/php/lib:\$PATH"
12
export PHP_PEAR_PHP_BIN="/opt/drycc/php/bin/php"
13
export PHP_PEAR_INSTALL_DIR="/opt/drycc/php/lib/php"
14
export C_INCLUDE_PATH="/opt/drycc/php/include:\$C_INCLUDE_PATH"
@@ -29,4 +29,4 @@ EOF
29
}
30
31
# call build stack
32
-build-stack "${1}"
+build-stack "${1}"
0 commit comments