Skip to content

Commit 1299723

Browse files
joshuatcaseySophie Wigmore
and
Sophie Wigmore
authored
PHP_EXTENSION_DIR is used by 'paketo-buildpacks/composer-install' (#366)
Co-authored-by: Sophie Wigmore <swigmore@vmware.com>
1 parent 2ffafd0 commit 1299723

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

environment.go

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ func (e Environment) Configure(layer packit.Layer, extensionsDir string, default
4040
extDirChunks := strings.Split(extensionsDir, "-")
4141
apiVersion := extDirChunks[len(extDirChunks)-1]
4242

43-
// TODO: Are these actually necessary? May be able to remove after restructure
4443
layer.SharedEnv.Default("PHP_EXTENSION_DIR", extensionsDir)
4544
layer.SharedEnv.Default("PHP_API", apiVersion)
4645

0 commit comments

Comments
 (0)